Commit 7ddbde84 by BellCodeEditor

save project

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