“Python use variável em outro arquivo” Respostas de código

Python use variável em outro arquivo

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
'''
Good Gnu

Como importar uma variável de outro arquivo python

from file1 import x1
print(x1)
Famous Fly

Respostas semelhantes a “Python use variável em outro arquivo”

Perguntas semelhantes a “Python use variável em outro arquivo”

Procure respostas de código populares por idioma

Procurar outros idiomas de código