码迷,mamicode.com
首页 > 其他好文 > 详细

round四舍五入

时间:2017-02-09 19:15:42      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:.exe   blog   int   color   finish   pytho   nis   code   nbsp   

1 #!/usr/bin/env python
2 r = round(3.6)
3 #四舍五入
4 print(r)
C:\Python35\python3.exe F:/Python/2day/c7.py
4

Process finished with exit code 0

 

round四舍五入

标签:.exe   blog   int   color   finish   pytho   nis   code   nbsp   

原文地址:http://www.cnblogs.com/shiluoliming/p/6383183.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!