Вот мой код:
Код: Выделить всё
import random
x= int(input("How many times would you flip a coin?:"))
head = 0
tail = 0
other = 0
for i in range(x):
p = random.randrange(0,2)
if p0.3 and pКод: Выделить всё
import random
x= int(input("How many times would you flip a coin?:"))
head = 0
tail = 0
other = 0
for i in range(x):
p = random.randrange(0,2)
if p0.3 and p