📜  python os 获取路径 - Python 代码示例

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

代码示例6
from os import getcwd # only import "getcwd" from os

getcwd() # Get the current working directory