Commit 82ae49b2 by BellCodeEditor

save project

parent 5552043c
Showing with 7 additions and 2 deletions
...@@ -14,4 +14,9 @@ def in_input(): ...@@ -14,4 +14,9 @@ def in_input():
total.append(o) total.append(o)
return total return total
in_input() in_input()
print(total) def f(l):
\ No newline at end of file v=0
for i in l:
v=v+i
print(v)
f(total)
\ 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