Commit d97b91ce by BellCodeEditor

save project

parent 22c08ff6
Showing with 2 additions and 2 deletions
def sum(a): def sum(a):
rt=0 rt=0
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