python print i[m] code example
Example 1: python print
print("type what you want to be printed")
Example 2: how to make a function like print in python
#Print
print('This is a print function')
print("type what you want to be printed")
#Print
print('This is a print function')