8000 Cannot use input() nor raw_input() · Issue #143 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
Cannot use input() nor raw_input() #143
Closed
@cyborg5

Description

@cyborg5

Attempts to use keyboard input on Circuit Python such as

Value=input("Please type a value:")

gives an error message "input not defined". Same problem with "raw_input("prompt:")"

Also it doesn't help to "import builtins" and then "Value=builtins.input("Prompt:")"

This was on Circuit Python 0.10.1 on a Feather M0 Express

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0