Commit 7156a418 by BellCodeEditor

save project

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