Код: Выделить всё
name = input("what the A.C? ")
import random
n = random.randint(1,20)
if n >= name :print("Sucess")
if n
Подробнее здесь: [url]https://stackoverflow.com/questions/78664841/debugging-a-dice-roller-program-in-python[/url]Код: Выделить всё
name = input("what the A.C? ")
import random
n = random.randint(1,20)
if n >= name :print("Sucess")
if n
Подробнее здесь: [url]https://stackoverflow.com/questions/78664841/debugging-a-dice-roller-program-in-python[/url]