摘要:
from math import sqrt from tqdm import tqdm from random import random import time DARTS=10000 hits=0.0 t=time.perf_counter() for i in tqdm(range(1,DAR 阅读全文
摘要:
from random import random def printIntro(): #打印程序介绍信息 print("23谢宝谊进行比赛分析结果:") print("这个程序模拟两个队伍A和B的某种竞技比赛") print("程序运行需要队伍A和队伍B的能力值(以0到1之间的小数表示)") de 阅读全文