摘要: 圆周率采用马青公式: 输入代码如下: from random import randomfrom math import sqrtfrom time import *from tqdm import tqdmDARTS=10000000hits=0.0clock()for i in range(1, 阅读全文
posted @ 2019-03-20 23:06 张仲凯 阅读(290) 评论(0) 推荐(0)