Commit d1e0c2a2 by BellCodeEditor

save project

parent c362a5ba
Showing with 2 additions and 2 deletions
...@@ -8,4 +8,4 @@ with open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8') ...@@ -8,4 +8,4 @@ with open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8')
sum=0 sum=0
for sales in date[1:]: for sales in date[1:]:
sum=sum+int(sales) sum=sum+int(sales)
print(sum) print(sum)
\ No newline at end of file \ 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