摘要: 1、常量​ ​纯大写字母命名常量名,如:AGE_OF_OLDBOY=18 常量的值是可以改变的,如:AGE_OF_OLDBOY=19 2、基本运算符 (1)、算术运算​ +、-、*、/​ ​ print(10/3) 精度float print(10//3) 取整 print(10**2)​ 平方 ( 阅读全文
posted @ 2018-11-20 21:05 Iron-Mam 阅读(490) 评论(0) 推荐(0)