how to make a function like print in python code example
Example 1: how to print something in python
print("hello guys")
Example 2: how to make a function like print in python
#Print
print('This is a print function')
Example 3: how to print python text
print ("Example")