📜  python 在另一个文件中使用变量 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:14.254000             🧑  作者: Mango

代码示例2
from file1 import x1
print(x1)