coding-with-chrome icon indicating copy to clipboard operation
coding-with-chrome copied to clipboard

input statement not working in Python

Open AMHapka opened this issue 3 years ago • 0 comments
trafficstars

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?

AMHapka avatar Feb 22 '22 17:02 AMHapka