Commit 7156a418 by BellCodeEditor

save project

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