Commit 61dcbdce by BellCodeEditor

save project

parent e59bdb5d
Showing with 2 additions and 1 deletions
......@@ -5,6 +5,7 @@ for i in bb:
data=i.split()
sum=0
for y in data[1:]:
sum+=y
sum+=y+int(y)
b=data[0]+str(sum)
print(sum)
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