摘要: from random import randomfrom math import sqrtimport timeDARTS = 10**7hits = 0.0a=1start = time.perf_counter()for i in range(1, DARTS+1): x,y=random() 阅读全文
posted @ 2023-10-25 09:30 小张真的不会打代码 阅读(32) 评论(0) 推荐(0)