摘要: 1.Python内置函数 2.Python内置函数举例 2.1 数学运算 abs,计算绝对值; abs( 1) 1 abs(3) 3 round,四舍五入; round(2.9) 3.0 round(2.45) 2.0 round( 1.2) 1.0 round( 1.6) 2.0 pow,计算幂; 阅读全文
posted @ 2016-11-13 14:12 老顽童2007 阅读(1480) 评论(0) 推荐(0) 编辑