标签:color 条件 es2017 百度 自己 为我 试验 比较 col
import random x=1000 zhong=0 buzhong=0 i=0 car=random.randint(1,3) for i in range(x): choice=random.randint(1,3) if choice==car: buzhong=buzhong+1 else: zhong=zhong+1 print(‘换了之后不中的概率:{}‘.format(buzhong/x)) print(‘换了之后中的概率:{}‘.format(zhong/x))
得出的结果如下
所以还是换比较好。
结组成员:张鹏宇,刘冰倩
标签:color 条件 es2017 百度 自己 为我 试验 比较 col
原文地址:http://www.cnblogs.com/zpyshuai/p/7722101.html