Commit cbf9cb87 by BellCodeEditor

save project

parent e6c4c5ed
Showing with 3 additions and 2 deletions
def luoyutaozuishuai(): total = []
total = [] def luoyutaozuishuai():
while True: while True:
unit=int(input("请输入:")) unit=int(input("请输入:"))
if unit== 'q': if unit== 'q':
...@@ -14,3 +14,4 @@ except: ...@@ -14,3 +14,4 @@ except:
else: else:
print("已经加入") print("已经加入")
print(total) print(total)
return(total)
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