Commit 7035fe95 by BellCodeEditor

save project

parent e255a5d2
Showing with 3 additions and 3 deletions
......@@ -8,8 +8,8 @@ for i in a:
for sales in data[1:]
sum=sum+int(sales)
resut = data[0]+str(sum)
print(result)
final_sum.append(rasult)
with open(r'C:\Users\cM\Desktop\book.txt','w',encoding='utf'-8) as file:
file.wratelines(final_sum)
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