BIT BY BYTE
Question 1 of 83 marks

A student writes `age = input("Enter your age: ")` and then `print(age + 1)`. The program crashes with a TypeError. Explain why, and state how to fix it.