Commit bda8ab22 by BellCodeEditor

save project

parent b047b470
Showing with 5 additions and 5 deletions
...@@ -6,8 +6,8 @@ l=0 ...@@ -6,8 +6,8 @@ l=0
n=1 n=1
for i in a: for i in a:
h=i.split() h=i.split()
for j in range(13): #for j in range(13):
k=int(h[n]) # k=int(h[n])
l+=k # l+=k
n+=1 # n+=1
print(l) print(h)
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