会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xiaoxu-xli
博客园
首页
新随笔
联系
订阅
管理
2022年12月5日
python取整
摘要: 20221205 向下取整 向下取整直接用内建的 int() 函数。 int(a) 四舍五入 对数字进行四舍五入用 round() 函数 round(3.25); round(4.85) 向上取整 向上取整需要用到 math 模块中的 ceil() 方法: import math math.ceil
阅读全文
posted @ 2022-12-05 10:33 xiaoxuxli
阅读(49)
评论(0)
推荐(0)
编辑
公告