Answer
syntax error
Work Step by Step
Error one is on line 2; that is an indentation error. Error two is in line 3; this error is the "." sign at the end of the Code.
#Display two messages
2 print("Welcome to python")
3 print("Python is fun")