Commit cbf9cb87 by BellCodeEditor

save project

parent e6c4c5ed
Showing with 2 additions and 1 deletions
total = []
def luoyutaozuishuai(): def luoyutaozuishuai():
total = []
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