“Comment importer une variable à partir d'un autre fichier python” Réponses codées

Python Utiliser la variable dans un autre fichier

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

Comment importer une variable à partir d'un autre fichier python

from file1 import x1
print(x1)
Famous Fly

importations variables à un autre fichier

from file1 import *
Stupid Skunk

Réponses similaires à “Comment importer une variable à partir d'un autre fichier python”

Questions similaires à “Comment importer une variable à partir d'un autre fichier python”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code