Commit 665e7733 by BellCodeEditor

save project

parent 5b9e642a
Showing with 5 additions and 4 deletions
def sssss():
def add():
t = []
while True:
......@@ -13,5 +13,6 @@ def sssss():
print('输入错误')
else:
t.append(p)
print(t)
sssss()
\ No newline at end of file
return t
e = add()
print(e)
\ 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