Commit 91cf663b by BellCodeEditor

save project

parent d4c0b9e7
Showing with 9 additions and 2 deletions
...@@ -15,4 +15,11 @@ def new_input(): ...@@ -15,4 +15,11 @@ def new_input():
############################################print(total) ############################################print(total)
return total return total
print(new_input()) def sumn(listn):
\ No newline at end of file
n=0
for i in listn:
n+=i
return n
print(sumn(new_input()))
\ No newline at end of file
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