🌈 搜索
📅  最后修改于: 2022-03-11 14:45:17.210000             🧑  作者: Mango
text_file = open("sample.txt", "w") n = text_file.write('Welcome to pythonexamples.org') text_file.close()