标签:for python oba webkit size web color else 数字
2.1、变量的组成:
- 字母
- 数字
- 下划线
2.2、要求:
数字不能开头
不能是关键字
最好不好和python内置的东西重复 ***
Python关键字,也不能使用 ‘and‘, ‘as‘, ‘assert‘, ‘break‘, ‘class‘, ‘continue‘, ‘def‘, ‘del‘, ‘elif‘, ‘else‘, ‘except‘, ‘exec‘,
‘finally‘, ‘for‘, ‘from‘, ‘global‘, ‘if‘, ‘import‘, ‘in‘, ‘is‘, ‘lambda‘, ‘not‘, ‘or‘, ‘pass‘, ‘print‘, ‘raise‘, ‘return‘, ‘try‘, ‘while‘, ‘with‘, ‘yield
标签:for python oba webkit size web color else 数字
原文地址:https://www.cnblogs.com/LiuChang-blog/p/12316736.html