0
点赞
收藏
分享

微信扫一扫

Python编程:builtins内建函数_彭世瑜_新浪博客

abs()取绝对值 round()四舍五入 pow()乘方 int(),类型转换,向下取整 float(),long()类型转换 eval(),evalueate评价,字符串求值 math模块: floor()向下取整 ceil()向上取整 sqrt()平方根

cmath模块 sqrt()复数平方根

举报

相关推荐

0 条评论