Which type of error occurred in the following lines of code?

>>> print("Good Morning")
SyntaxError: unexpected indent

logical error

reserved word error

exception

syntax error