Python 笔记
# 查看当前解释器路径
current_path = os.getcwd()
print("当前路径为:", current_path)
# 不换行输出
print("debug:", end="")
print(m) # debug
# 查看当前解释器路径
current_path = os.getcwd()
print("当前路径为:", current_path)
# 不换行输出
print("debug:", end="")
print(m) # debug