python function to print string code example
Example 1: python print
print("type what you want to be printed")
Example 2: print function python
print("Hello World")
print("type what you want to be printed")
print("Hello World")