变量名的长度不受限制,其中的字符必须是字母、数字或下划线(_),不能使用空格、连字符、标点符号、引号或其他字符
变量名的第一个字符不能是数字,必须是字母或下划线。
Python区分大小写,因此TAX、Tax和tax是截然不同的变量名。
不能将Python关键字(或称为保留词)用作变量名。例如:if、else、while、def、or、and、not、in和is都是Python关键字。
and | as | assert | break | class |
continue | def | del | elif | else |
except | exec | False | finally | for |
from | global | if | import | in |
is | lambda | not | None | or |
pass | raise | return | try | |
True | while | with | yield |
已有 22658 名学员学习以下课程通过考试
最需教育客户端 软件问题一手掌握
去 App Store 免费下载 iOS 客户端
点击加载更多评论>>