Commit 339e6842 by BellCodeEditor

save project

parent 64eabe90
Showing with 5 additions and 3 deletions
...@@ -4,5 +4,7 @@ while True: ...@@ -4,5 +4,7 @@ while True:
if unit== 'q': if unit== 'q':
break break
else: else:
total.append(unit) try:
print(total) total.int(unit)
\ No newline at end of file print(total)
new_input()
\ 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