Commit d97b91ce by BellCodeEditor

save project

parent 22c08ff6
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ def sum(a): ...@@ -3,7 +3,7 @@ def sum(a):
for i in a: for i in a:
rt+=i rt+=i
return sum return rt
def new_input(): def new_input():
total = [] total = []
while True: while True:
......
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