摘要: 1.变量 变量规则 1具有描述性 2只能_,数字,字母组成,数字不打头student_number,studentNumber 3不可空格,不用特殊字符及中文,区分大小写 4保留字符不能被使用≠print(print) 5python里所有的变量都是可变的,常量要大写(PIE) 2.注释 当行注视: 阅读全文
posted @ 2017-11-25 19:15 董君D 阅读(201) 评论(0) 推荐(0)