Closed
Description
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
Labels
No labels