Commit e4400168 by BellCodeEditor

auto save

parent 73569a3e
Showing with 4 additions and 1 deletions
...@@ -7,10 +7,12 @@ while True: ...@@ -7,10 +7,12 @@ while True:
else: else:
try: try:
unit=int(unit) unit=int(unit)
except:
print() print()
else: else:
total.append(unit) total.append(unit)
finally:
print("-"*30)
print(total) print(total)
print() print()
\ 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