Answers for "how to use variable from another python file"

2

python use variable in another file

from OtherFile import Variable
#this assumes the 2 files are in the same folder, if not see here: 
'''
 https://stackoverflow.com/questions/4383571/importing-files-from-different-folder
'''
Posted by: Guest on August-13-2020

Code answers related to "how to use variable from another python file"

Python Answers by Framework

Browse Popular Code Answers by Language