Closed AMHapka closed 8 months 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?
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?