Commit be47fad7 by BellCodeEditor

save project

parent b89ccee7
Showing with 1 additions and 1 deletions
......@@ -16,7 +16,7 @@ def new_input():
return total
def sum(unit):
count=0
for i in unit():
for i in unit:
count=count+i
return count
result=new_input()
......
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