用python计算圆周率
摘要:
1 import math 2 import time 3 scale=10 4 print("执行开始") 5 t=time.process_time() 6 for i in range(scale+1): 7 a,b='**'*i,'..'*(scale-i) 8 c=(i/scale)*10 阅读全文
posted @ 2020-03-22 21:50 幻锁 阅读(430) 评论(0) 推荐(0) 编辑