Commit 665e7733 by BellCodeEditor

save project

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