🌈 搜索
📅  最后修改于: 2022-03-11 14:45:43.438000             🧑  作者: Mango
f = open("test.txt", "w") f.write("Hello \nWorld") f.close