Commit 7156a418 by BellCodeEditor

save project

parent ba9ddac8
Showing with 6 additions and 4 deletions
def furc()
def furc():
total = []
while True:
try:
......@@ -8,5 +8,8 @@ def furc()
else:
total.append(unit)
except:
print("请输入数字或'q'")
print(total)
\ No newline at end of file
print("请输入数字或'q'")
return total
list1 = furc()
print(list1)
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