Answers for "import one file into another python"

0

import one file into another python

import os

os.chdir("**Put here the directory where you have the file with your function**")

from file import function

os.chdir("**Put here the directory where you were working**")
Posted by: Guest on April-19-2021

Code answers related to "import one file into another python"

Python Answers by Framework

Browse Popular Code Answers by Language