In Python 2:
raw_input()
In Python 3, I get an error:
NameError: name 'raw_input' is not defined
← Назад к списку