Commit 0b4455ce by BellCodeEditor

save project

parent 84be13b0
......@@ -13,11 +13,11 @@ def new():
else:
total.append(p)
return total
new()
#new()
def f(l):
v=0
for i in l:
v=v+i
print(v)
return v
f(total)
\ No newline at end of file
#f(total)
import func
j=func.new()
f=func.f(new)
print(f)
\ 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