Commit db031516 by BellCodeEditor

auto save

parent 0cc37ad4
Showing with 7 additions and 0 deletions
a=["你好呀\n","悟空\n","我在贝尔学编程\n"]
with open("hello.txt","w",encoding="utf-8")as filel:
filel.writelines(a)
\ No newline at end of file
你好呀
悟空
我在贝尔学编程
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