xxxxxxxxxx
# test.py>
# function
def displayText():
print( "I like this grepper! arrow up please")
#different file-----------------different file--------------different file
# test2.py>
# importing all the
# functions defined in test.py
from test import *
# calling functions
displayText()