Python的33个关键字

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

你可能感兴趣的:(Python的33个关键字)