Commit 82ae49b2 by BellCodeEditor

save project

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