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

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

代码示例2
import os

#Get Current working Directory
currentDirectory = os.getcwd()

#Change the Current working Directory
os.chdir('/home/varun')