One of the lines in the code has an error that leads to an exception. We won't specify the name of the exception. Your task is to find the line with an error. In the box below, type the name of the exception and the number of the line. They must be divided by a space, for instance: SyntaxError 1.
age = input() # line 1
if age > 14: # line 2
print('Yes, you are allowed to watch this film!') # line 3