I have a module foo.py that has a function
foo.py
def a(): print("hello")
If i run it in terminal with python3 foo.p
python3 foo.p