Commit d97b91ce by BellCodeEditor

save project

parent 22c08ff6
Showing with 2 additions and 2 deletions
def sum(a):
rt=0
for i in a:
rt+=i
rt+=i
return sum
return rt
def new_input():
total = []
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