Commit df19faeb by BellCodeEditor

save project

parent 310c8470
Showing with 2 additions and 3 deletions
...@@ -11,8 +11,8 @@ def a(): ...@@ -11,8 +11,8 @@ def a():
print("请重新输入") print("请重新输入")
else: else:
total.append(unit) total.append(unit)
print("-"*30) finally:
print("-"*30)
return total return total
print(total)
p=a() p=a()
print(p) print(p)
\ No newline at end of file
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