Commit 32653acf by BellCodeEditor

save project

parent 8f3888e2
Showing with 8 additions and 4 deletions
...@@ -5,6 +5,10 @@ def a(): ...@@ -5,6 +5,10 @@ def a():
if b=="q" if b=="q"
break break
else: else:
total.append(b) try:
print(total) b=int(b)
except
\ No newline at end of file print("")
else:
total.append(b)
print(total)
\ 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