function call with print statements python code example
Example 1: how to make a function like print in python
#Print
print('This is a print function')
Example 2: python print sta
print("Hello World")
#Print
print('This is a print function')
print("Hello World")