python3 予約語タイピング

問題文
ふりがな非表示
ふりがな表示
False(false)
None(none)
True(true)
and(and)
as(as)
assert(assert)
async(async)
await(await)
break(break)
class(class)
continue(continue)
def(def)
del(del)
elif(elif)
else(else)
except(except)
finally(finally)
for(for)
from(from)
global(global)
など
if(if)
import(import)
in(in)
is(is)
lambda(lambda)
nonlocal(nonlocal)
not(not)
or(or)
pass(pass)
raise(raise)
return(return)
try(try)
while(while)
with(with)
yield(yield)