Commit 6ba80574 by BellCodeEditor

save project

parent 19b357c5
Showing with 2 additions and 1 deletions
...@@ -8,8 +8,9 @@ def new_jnput(): ...@@ -8,8 +8,9 @@ def new_jnput():
print() print()
else: else:
if unit== 'q': if unit== 'q':
break
total.append(unit) total.append(unit)
print(total) print(total)
new_jnput() new_jnput()
''' '''
try: try:
......
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