Commit 84be13b0 by BellCodeEditor

save project

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