摘要: 变量定义的规则: 1.变量名只能是 字母、数字或下划线的任意组合 2.变量名的第一个字符不能是数字 3.以下关键字不能声明为变量名 ['and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 阅读全文
posted @ 2018-11-01 10:11 zingerman 阅读(116) 评论(0) 推荐(0)