python变量

1.变量是由数字字母下划线任意组合
2.变量不能是数字开头

3.变量不能是python中的关键字

and as assert break class continue def del elif else except exec finally for from global if import

 in is  not or pass print raise return try while with yield等

4.变量具有可描述性

name  age 

5.变量不能使用中文

6.变量不能过长

 

posted @ 2018-04-17 09:29  皈依佛皈依法皈依僧  阅读(64)  评论(0)    收藏  举报