Commit cb2a3ddb by BellCodeEditor

auto save

parent fd0dafb9
Showing with 0 additions and 3 deletions
......@@ -3,9 +3,6 @@ a=b.readlines()
e=[]
for i in a:
c=i.split()
#print(c[0])
#print(c[1:])
sum=0
for d in c[1:]:
sum=sum+int(d)
......
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