Print a Simple Message to the Console in Python

Using the print() function, print to the console: 'Learn Python!'

Output: Learn Python

Solutions

Solution: 1

print("Learn Python!")