error: NameError: name ‘raw_ input’ is not defined
The reason is raw_ Input, replace raw with input after Python 3.0_ input
In other words, when learning python, learning materials should be synchronized with the development environment. There is a big gap between version 3 and version 2
This article is shared on the blog “lxw1844912514” (CSDN).
Similar Posts:
- [791] Maven configuration error and the Java_ The solution of home environment variable is not defined correctly
- ModuleNotFoundError: No module named ‘Cython‘
- TypeError: can only concatenate list (not “int“) to list
- tensorflow-1.3.0rc2-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.
- SyntaxError: invalid character in identifier
- Python — the copied virtual environment PIP command failed to run. Fatal error in launcher: unable to create process using
- 「ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory」
- The solution of WordPress timthumb unable to display thumbnail
- [733]TabError: inconsistent use of tabs and spaces in indentation