Commit 15fdd43f by BellCodeEditor

save project

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