“Python Use la variable en otro archivo” Código de respuesta

Python Use la variable en otro archivo

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

Cómo importar una variable de otro archivo de Python

from file1 import x1
print(x1)
Famous Fly

Respuestas similares a “Python Use la variable en otro archivo”

Preguntas similares a “Python Use la variable en otro archivo”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código