google / coding-with-chrome

An Open Source Educational IDE.
Other
516 stars 170 forks source link

input statement not working in Python #269

Closed AMHapka closed 8 months ago

AMHapka commented 2 years ago

When coding in Python, the input command doesn't work. For example:

response = input("How many days have you been in school this week?") print(response)

Any suggestions for getting user input using another command?