Commit d849ac1a by BellCodeEditor

save project

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