2021-01-07
阅读量:
781
Python 关键字
不能将Python关键字用作变量名。
'False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield'






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论