摘要: 1 import random 2 i = 0 3 numin = 0 4 numall = 0 5 while 1: 6 i += 1 7 numall += 1 8 x = random.uniform(-5,5) 9 y = random.uniform(-5,5) 10 if y*y+x*x 阅读全文
posted @ 2021-10-06 17:21 盾牌座UY 阅读(2325) 评论(1) 推荐(0)