Commit ba5b9e5c by BellCodeEditor

auto save

parent d3a35067
Showing with 3 additions and 1 deletions
...@@ -8,9 +8,10 @@ def a(): ...@@ -8,9 +8,10 @@ def a():
try: try:
unit=int(unit) unit=int(unit)
except: except:
print('dnbg') print('大同')
else: else:
total.append(unit) total.append(unit)
finally: finally:
print("-"*30) print("-"*30)
print(total)
a() a()
\ 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