Commit 3dcca03f by BellCodeEditor

save project

parent a9e9eed9
Showing with 3 additions and 0 deletions
......@@ -8,3 +8,5 @@ for i in a:
sum=sum+int(sales)
result = data[0]+str(sum)
print(result)
whith open(r'C:\Users\CM\Documents\lesson13-1\sales_lish.txt,r,'encoding='utf-8')as file:
file.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