🌈 搜索
📅  最后修改于: 2022-03-11 14:45:11.764000             🧑  作者: Mango
# print current working directory in python import os cwd = os.getcwd() print(cwd)