Commit be341454 by BellCodeEditor

auto save

parent 74598a64
Showing with 4 additions and 3 deletions
...@@ -4,7 +4,7 @@ with open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf-8') as fi ...@@ -4,7 +4,7 @@ with open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf-8') as fi
for i in a: for i in a:
data=i.split() data=i.split()
sum=0 sum=0
for sales in for sales in data[l:]
sum=sum+ sum=sum+int(sales)
super=data([l:]) result = data[0]+str(sum)
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