Код: Выделить всё
input_var = input ("Press 'E' and 'Enter' to Exit: ")
NameError: name 'e' is not defined
Подробнее здесь: https://stackoverflow.com/questions/164 ... t-function
Код: Выделить всё
input_var = input ("Press 'E' and 'Enter' to Exit: ")
NameError: name 'e' is not defined