Commit 7156a418 by BellCodeEditor

save project

parent ba9ddac8
Showing with 5 additions and 3 deletions
def furc() def furc():
total = [] total = []
while True: while True:
try: try:
...@@ -9,4 +9,7 @@ def furc() ...@@ -9,4 +9,7 @@ def furc()
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