hello.py 166 Bytes Edit 1 2 3 a=['你好啊\n','悟空\n','我在贝尔学编程\n'] with open(r'C:\Users\Administrator\Desktop\hello.txt','a',encoding='utf-8') as file: file.writelines(a)