📌  相关文章
📜  如何查找我的 python 代码在哪个目录中运行 - Python 代码示例

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

代码示例1
import os
dir_where_my_py_code_is_running = os.getcwd()
print(dir_where_my_py_code_is_running)    #prints the directory