python3中的保留字有哪些?
Python3一共有33個(gè)保留字 列舉如下:
and ,elif,import,raise,globalas,else,in,return,nonlocal
assert,except,is,try,True,
break,finally,ambda,while,F(xiàn)alse
class,for,not,with,None
continue,from,or,yield,def
if,pass,del
其中None是一個(gè)特殊的保留字:永遠(yuǎn)表示False。 //None表示一個(gè)空的值,不等于0,None無意義,任何給None賦值的值都會判定為:False