摘要: from random import random from math import sqrt from time import * from tqdm import tqdm DARTS=10000000 hits=0.0 clock() for i in range(1,DARTS+1): x, 阅读全文
posted @ 2021-10-16 10:51 AllenAndDog 阅读(89) 评论(0) 推荐(0)