Commit 69c30c4b by BellCodeEditor

save project

parent ede11c5d
Showing with 2 additions and 0 deletions
...@@ -6,7 +6,9 @@ def a(): ...@@ -6,7 +6,9 @@ def a():
if unit== 'q': if unit== 'q':
break break
else: else:
try:
total.append(unit) total.append(unit)
except:
print(total) print(total)
a() a()
......
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