Commit 8ccf9ecb by BellCodeEditor

save project

parent 46a12a73
Showing with 0 additions and 2 deletions
......@@ -8,7 +8,6 @@ for i in a:
sum=sum+int(r)
e=s[0]+str(sum)
aaa.append(e)
print(e)
with open (r'c:\Users\23636\Documents\lesson13-1\sales_list.txt','a',encoding = 'utf-8')as frfr:
frfr.writelines(aaa)
\ 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