better print functions code example
Example 1: print in python
# the print commmand will write anything in your out put box
print("hello world")
Example 2: python print
print('Message')
# the print commmand will write anything in your out put box
print("hello world")
print('Message')