📅  最后修改于: 2022-03-11 14:46:03.639000             🧑  作者: Mango
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**")