Commit 32653acf by BellCodeEditor

save project

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