Write a program that uses string concatenation (the + operator) to print the following four lines, each using a single print() statement:

Hello, Python!
Learning Python is fun!
Python 3 is cool!
Hello,
World!

Requirements: