Commit 2019447d by BellCodeEditor

auto save

parent 98ec99d1
Showing with 4 additions and 4 deletions
......@@ -14,6 +14,6 @@
with open(r'D:\www\xxx.txt','a',encoding='utf-8')
m.write('鸡哥:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999本\n')
m.write('蔡徐坤:88888888888888888888888888888888888888888888888888888888888888888888888888888888888本')
\ No newline at end of file
with open(r'D:\www\xxx.txt','a',encoding='utf-8') as m:
m.write('鸡哥:99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999本\n')
m.write('蔡徐坤:88888888888888888888888888888888888888888888888888888888888888888888888888888888888本')
\ 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