Python中33个关键字

Python中共有33个关键字,都不能作为变量名来使用。

False None True and as assert break
class continue def del elif else except
finally for from global if import in
nonlocal lambda is not or pass raise
return try while with yield    

猜你喜欢

转载自blog.csdn.net/y_oneyou/article/details/84563213