Commit e94fbf1f by BellCodeEditor

auto save

parent f9f42781
Showing with 3 additions and 0 deletions
a = ['你好呀\n','悟空\n','我在贝尔编程学python\n']
with open(r'd:\Desktop\hello.txt','w',encoding='utf-8') as hello:
hello.writelines(a)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment