What kind of error does this program contain?

age = int(input("Enter your age: "))

print("You are " + age + " years old.")

(1 point)
Responses

division by zero

syntax error

logic error

data type mismatch

1 answer

data type mismatch
Similar Questions
  1. What kind of error does this program contain?age = int(input("Enter your age: ")) print("You are TE + age + years old.") (1
    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
  3. 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
  4. QuestionWhat kind of error does this program contain? age = int(input("Enter your age: ")) print("You are " + age + " years
    1. answers icon 1 answer
more similar questions