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

data type mismatch