python抛硬币得出正面频率的程序

this blog will emmory my work and process with the interesting skillweb import random time = int(input('硬币抛掷次数:')) i=1 front = 0 while i <= time: coin = random.randint(1,2) if coin == 1 :
相关文章
相关标签/搜索