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
for i in a:
data=i.split()
sum=0
for sales in
sum=sum+
super=data([l:])
for sales in data[l:]
sum=sum+int(sales)
result = data[0]+str(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