Commit 419b41c5 by BellCodeEditor

save project

parent 6215d1c4
Showing with 4 additions and 2 deletions
......@@ -7,4 +7,6 @@ for i in c:
for sales in data[1:]:
sum=sum+int(sales)
q=data[0]+str(sum)
print(q)
\ No newline at end of file
final_sum.append(result)
with open(r'c:\Users\Administrator\Desktop\test.txt','a',encoding='utf-8')as m
m.writelines(final_sum)
\ 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