how do to a print statement code example
Example 1: how do you use a print statement in python
print("What you would like to print")
Example 2: what is a print statement
print("text goes here")
print("What you would like to print")
print("text goes here")