1 # Display three messages 2 print("Welcome to Python") 3 print("Python is fun") 4 print("Problem Driven")