Commit 0df3a9aa by BellCodeEditor

save project

parent 876f187a
Showing with 2 additions and 3 deletions
...@@ -9,6 +9,4 @@ for a in ll: ...@@ -9,6 +9,4 @@ for a in ll:
s=a[0]+":"+str(sum)+'\n' s=a[0]+":"+str(sum)+'\n'
oo.append(s) oo.append(s)
with open(r'c:\Users\Administrator\Desktop\1.txt','w',encoding='utf-8') as a: with open(r'c:\Users\Administrator\Desktop\1.txt','w',encoding='utf-8') as a:
a.writelines(oo) a.writelines(oo)
\ 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