Код: Выделить всё
import random
print("You rolled",random.randint(1,6))
Код: Выделить всё
print("Do you want to roll again? Y/N")
Подробнее здесь: https://stackoverflow.com/questions/440 ... o-continue
Код: Выделить всё
import random
print("You rolled",random.randint(1,6))
Код: Выделить всё
print("Do you want to roll again? Y/N")