夜行人

Recent content on 夜行人

马上订阅 夜行人 RSS 更新: https://wwj718.github.io/index.xml

2001年1月1日 08:00
Python 备忘 代码风格 Python社区在风格上,普遍喜欢使用下划线 todo: 函数名使用驼峰,与js一致 debug 1 2 3 4 # 临时输出到文件 # https://www.guru99.com/reading-and-writing-files-in-python.html with open("/tmp/log.txt", "a+") as f: print("test1", file=f) icecream PySnooper rich loguru 异