会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
二十四长夜明
博客园
首页
新随笔
联系
订阅
管理
2019年12月10日
python笔记1(杨辉三角、质数问题)
摘要: 1、math的一些常用函数 print(round(2.5)) #round()是四舍六入,五取偶;不是math下面的函数 print(round(1.2)) import math print(math.floor(2.5)) #向下取整 print(math.ceil(2.5)) #向上取整 p
阅读全文
posted @ 2019-12-10 15:53 二十四长夜明
阅读(274)
评论(0)
推荐(0)
编辑
公告