会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
好想看你的微笑
博客园
首页
新随笔
联系
订阅
管理
2021年10月17日
用python计算圆周率PI
摘要: import mathimport timescale=10print("执行开始")t=time.process_time()for i in range(scale+1): a,b='**'*i,'..'*(scale-i) c=(i/scale)*100 π=4*(4*math.atan(1/
阅读全文
posted @ 2021-10-17 11:55 好想看你的微笑
阅读(101)
评论(0)
推荐(0)
编辑
公告