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

Answer :

reserved word error.
Reserved word error

Other Questions