Skip to content

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

@imdead4343

Description

@imdead4343

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions