Answers for "how to import another script in python"

3

how to call a python script from another python script

import fileB
fileB.my_func()
Posted by: Guest on May-31-2020
0

import other python files

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

Code answers related to "how to import another script in python"

Python Answers by Framework

Browse Popular Code Answers by Language