Код: Выделить всё
import random
def notThese(num1, num2):
for j in range(1,4):
if j != num1 and j != num2:
return j
i=0
wins= 0
change = True
times = 9000
while i
Подробнее здесь: [url]https://stackoverflow.com/questions/79333887/im-trying-to-simulate-the-monty-hall-problem-in-python-and-im-having-trouble[/url]