Possible duplicate:Simplicity: using Raw_input in version 3.1
in the old style, I can enter data using this function
raw_input is now inputat http://docs.python.org/dev/py3k/whatsnew/3.0.html
input
raw_inputwas renamed to input. 2.x input, which eval'd was deleted.
raw_input
eval
Instead, you should use input()one that uses the behavior raw_input()from 2.x.
input()
raw_input()
in Python 3 you use the input function
Source: https://habr.com/ru/post/1772875/More articles:Installing the Air application from a DVD drive - flashC #: detect if running as superuser, both on Windows and Mono - c #OLE error 80131522 when trying to access a .NET assembly side by side from a native application - .netcomparing objects in NSSet with objects in NSArray - comparisonPowershell: некоторые модули недоступны при вызове через CreateProcess() - moduleIs it possible to find out which file is loaded by Firefox using Selenium - pythonestablishing ownership of a file using mercury - workflowОбъединение ассоциаций "многие-ко-многим" и предотвращение каскадов - grailsWork with IE to work with overflow - htmlPython on Windows: large number of inserts using pyobbc causes memory leak - pythonAll Articles