Commit 9a05f333 by BellCodeEditor

save project

parent 9d09c770
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ def new_input(): ...@@ -17,7 +17,7 @@ def new_input():
return total return total
def sum(liy): def sum(liy):
s=0 s=0
fro i in liy: for i in liy:
s+=i s+=i
return s return s
p=new_input() p=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