For Edhesive Assignment 3: Chatbot
I keep getting an error in my if statement when I have
age= input(“How old are you?”)
print(str(age) + “ is a good age.”)
if (age >= 17):
What am I doing wrong?