Commit 0f00a1e2 by BellCodeEditor

save project

parent d76af08f
Showing with 6 additions and 0 deletions
......@@ -4,5 +4,10 @@ while True:
if SB == 'q':
break
else:
try:
SB=int(SB)
except:
print("输数字")
else:
SVB.append(SB)
print(SVB)
\ 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