Commit f75f1978 by BellCodeEditor

save project

parent 9f027a1b
Showing with 3 additions and 1 deletions
...@@ -8,10 +8,11 @@ def ddddd(): ...@@ -8,10 +8,11 @@ def ddddd():
try: try:
unit= int(unit) unit= int(unit)
except: except:
print("他妈的,老子要整数") print("他妈的,老子要整数")
else: else:
total.append(unit) total.append(unit)
finally: finally:
print("-"*30) print("-"*30)
return total
print(total) print(total)
ddddd() ddddd()
\ 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