摘要: 运算符 +、-、*、/、 %(取余)、//(取整)、**(次方) 数值类型float浮点数、int整数布尔类型:true false复数comlex: 1+2j decimal运算(浮点数运算更精确)使用:from decimal import Decimalprint(Decimal(10)/De 阅读全文
posted @ 2019-10-13 21:44 沉迷于python 阅读(243) 评论(0) 推荐(0)