Код: Выделить всё
userInput = input("Type in a random word:\n")
print("Here are the letters in that word")
for letters in userInput:
print(letters)
Вот ошибка, когда я помещаю входные данные как «тест»:
Код: Выделить всё
NameError: name 'test' is not defined
Подробнее здесь: https://stackoverflow.com/questions/345 ... e-terminal
Мобильная версия