Commit 2a76a725 by BellCodeEditor

save project

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