Commit dcad960a by BellCodeEditor

save project

parent 9bb5394b
Showing with 3 additions and 1 deletions
......@@ -8,7 +8,8 @@ for i in ofi:
for such in bkgg[1:]:
sum=sum+int(such)
result=bkgg[0]+str(sum)+"\n"
heyd.append(result)
with open(r'c:\Users\Administrator\Desktop\test.txt','w',encoding='UTF-8') as ftkt:
ftkt.writelines(result)
ftkt.writelines(heyd)
\ 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