Commit 78d6c3fb by BellCodeEditor

save project

parent b9000024
Showing with 0 additions and 2 deletions
...@@ -7,5 +7,4 @@ with open (r"c:\Users\Administrator\Documents\lesson13-3\sales_list.txt","r",enc ...@@ -7,5 +7,4 @@ with open (r"c:\Users\Administrator\Documents\lesson13-3\sales_list.txt","r",enc
sum=0 sum=0
for sales in new_data: for sales in new_data:
sum=sum+int(sales) sum=sum+int(sales)
re
print(sum) print(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