Loading

2、变量


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

posted @ 2020-02-16 14:22  云起时。  阅读(113)  评论(0编辑  收藏  举报