📌  相关文章
📜  如何在 python 代码示例中导入一些东西

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

代码示例1
import 

# alternitvly if you are trying to import something from the same folder as your pyhon file
import .

# if you wanna import something from a certain module
from  import