Commit 22c08ff6 by BellCodeEditor

save project

parent 9f005019
Showing with 2 additions and 2 deletions
def sum(a)
def sum(a):
rt=0
for i in a:
rt+=i
......@@ -26,4 +26,4 @@ result = new_input()
print(result)
c=new_input()
b=sum(c)
print(c)
print(b)
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