how to display something in python code example
Example 1: how do you use a print statement in python
print("What you would like to print")
Example 2: python print text
print("The text you want to print")
print("What you would like to print")
print("The text you want to print")