Print a Simple Message to the Console in Python

 

 

Output: Learn Python

Solution

Solution 1

print("Learn Python!")