Como importar uma variável de outro arquivo python
from file1 import x1
print(x1)
Famous Fly
from file1 import x1
print(x1)
from file1 import *