摘要: 一丶 Python变量 变量定义的规则: 变量名只能是 字母、数字或下划线的任意组合 变量名的第一个字符不能是数字 以下关键字不能声明为变量名['and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'el 阅读全文
posted @ 2017-10-31 22:13 权哥是神 阅读(134) 评论(0) 推荐(0) 编辑