Commit d849ac1a by BellCodeEditor

save project

parent 114b873b
Showing with 5 additions and 3 deletions
...@@ -11,6 +11,9 @@ def funny(): ...@@ -11,6 +11,9 @@ def funny():
print("输错了") print("输错了")
else: else:
tota.append(unit1) tota.append(unit1)
print("-"*30) finally:
print("-"*30)
print(tota)
return tota
funny() funny()
\ 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