x = input("Pick a number from 1 to 5 ") print("You chose " + x + "!") prev = int(x-1) print("The number before it is "+ prev)
Почему этот код не запускается? Выдает ошибку в строке 3