lannn_l

2020年10月11日

用python计算圆周率PI

摘要: import math import time scale=10 print("执行开始") t=time.process_time() for i in range(scale+1): a,b='**'*i,'..'*(scale-i) c=(i/scale)*100 π=4*(4*math.at 阅读全文

posted @ 2020-10-11 00:16 lannn_l 阅读(123) 评论(0) 推荐(0)

导航