摘要: from tqdm import tqdm import time from random import random from math import sqrt DARTS=1000000 hits=0.0 time.clock() for i in range(1,DARTS): x,y=ran 阅读全文
posted @ 2020-03-25 14:37 谦里之外!!! 阅读(104) 评论(0) 推荐(0)