Set_up: I have a .py file for each function I need to use in a program.
In this program, I need to call the function from the external files.
I\'ve tried:
You don't have to add file.py.
file.py
Just keep the file in the same location with the file from where you want to import it. Then just import your functions:
from file import a, b