Commit 6001182b by BellCodeEditor

save project

parent 7ddbde84
Showing with 2 additions and 2 deletions
...@@ -8,4 +8,4 @@ for i in a: ...@@ -8,4 +8,4 @@ for i in a:
#print(new_i[0:1]) #print(new_i[0:1])
for sales in new_i[1:]: for sales in new_i[1:]:
sun=sun+int(sales) sun=sun+int(sales)
print(sun) print(sun)
\ 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