Commit a3307e79 by BellCodeEditor

save project

parent c6fb1a9a
Showing with 4 additions and 4 deletions
...@@ -6,6 +6,6 @@ for i in a: ...@@ -6,6 +6,6 @@ for i in a:
#print(i[0]) #print(i[0])
#print(i[1:]) #print(i[1:])
sum=0 sum=0
for sales in i[1:]: for sales in i[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