enclose print statement in python variable code example
Example 1: print in python
print("wathever you want!")
Example 2: python print functoin
print("put your text here")
print("wathever you want!")
print("put your text here")