coding-with-chrome
coding-with-chrome copied to clipboard
input statement not working in Python
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?