Commit 150cf1e4 by BellCodeEditor

save project

parent ea824d38
Showing with 3 additions and 2 deletions
......@@ -6,5 +6,6 @@ for i in a:
s=0
for x in data[1:]:
s+=int(x)
result=data[0]+str(s).+'\n'
f.append()
result=data[0]+str(s)+'\n'
f.append(result)
print(
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