📌  相关文章
📜  如何从另一个 Python 文件中导入变量 - Python 代码示例

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

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