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
Similar Questions
    1. answers icon 1 answer
  1. what will be the output of these lines of codefor i in range (1, 5): print(1) indecation error print error 1234 12345
    1. answers icon 5 answers
    1. answers icon 1 answer
  2. What kind of error does this program contain?age = int(input("Enter your age: ")) print("You are + str(age) " years old.") (1
    1. answers icon 1 answer
more similar questions