📌  相关文章
📜  将一个文件导入另一个 python 代码示例

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

代码示例1
import os

os.chdir("**Put here the directory where you have the file with your function**")

from file import function

os.chdir("**Put here the directory where you were working**")