1. 程式人生 > >Python中33個關鍵字

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