What kind of error does this program contain?
age = int(input("Enter your age: "))
print("You are TE + age + years old.")
(1 point)
division by zero
syntax error
logic error
data type mismatch
1 answer
data type mismatch
age = int(input("Enter your age: "))
print("You are TE + age + years old.")
(1 point)
division by zero
syntax error
logic error
data type mismatch
1 answer