python中四舍五入的方法:
python中可以使用round()方法进行四舍五入计算,round()方法返回浮点数x的四舍五入值。
round() 方法的语法:
round( x [, n] )
参数
x — 数值表达式。
n — 数值表达式。
示例:
#!/usr/bin/python print "round(80.23456, 2) : ", round(80.23456, 2) print "round(100.000056, 3) : ", round(100.000056, 3) print "round(-100.000056, 3) : ", round(-100.000056, 3)
运行结果如下:
round(80.23456, 2) : 80.23
round(100.000056, 3) : 100.0
round(-100.000056, 3) : -100.0
更多Python知识请关注Python视频教程栏目。
神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试