how print a function code example
Example: How print ?
#def test
print("Hello, world!") #for text
print(test) #for variable
print("Hello,", test) # for text + variable
#def test
print("Hello, world!") #for text
print(test) #for variable
print("Hello,", test) # for text + variable