python printing methods code example
Example 1: how do you use a print statement in python
print("What you would like to print")
Example 2: how to print a message in python
print("your message")
print("What you would like to print")
print("your message")