Question
What kind of error does this program contain?
age = int(input("Enter your age: "))
print("You are " + str(age) " years old.")
(1 point)
Responses
division by zero
division by zero
syntax error
syntax error
logic error
logic error
data type mismatch
age = int(input("Enter your age: "))
print("You are " + str(age) " years old.")
(1 point)
Responses
division by zero
division by zero
syntax error
syntax error
logic error
logic error
data type mismatch
Answers
There are no human answers yet.
Answered by
GPT 3.5
syntax error
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.