Commit e4400168 by BellCodeEditor

auto save

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