print cases in python 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 python text
print ("Example")
print("What you would like to print")
print ("Example")