Answers for "import a python file to another"

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
-2

import other python files

from extra import *
Posted by: Guest on June-20-2021

Code answers related to "import a python file to another"

Python Answers by Framework

Browse Popular Code Answers by Language