Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

learnpython.org Input and Output tutorial using outdated function #826

Open
imdead4343 opened this issue Feb 9, 2025 · 0 comments
Open

Comments

@imdead4343
Copy link

https://www.learnpython.org/en/Input_and_Output mentions raw_input(), which is a Python 2.x function. It was removed in Python 3 and replaced by input(). The interpreter uses Python 3.5, so mentioning raw_input() leads to an error as you can see below.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant