Commit 15fdd43f by BellCodeEditor

save project

parent eea2283f
Showing with 6 additions and 2 deletions
z=0
def add(): def add():
t = [] t = []
while True: while True:
...@@ -15,4 +16,7 @@ def add(): ...@@ -15,4 +16,7 @@ def add():
t.append(p) t.append(p)
return t return t
e = add() e = add()
print(e) def e(o):
\ No newline at end of file for i in o:
z=z+i
print(z)
\ 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