Commit 9a1d8148 by BellCodeEditor

save project

parent f06ff089
Showing with 5 additions and 0 deletions
...@@ -7,5 +7,9 @@ def sb_input(): ...@@ -7,5 +7,9 @@ def sb_input():
else: else:
try: try:
unit = int(unit) unit = int(unit)
except:
print("你个傻逼,你输错了")
else:
sb.append(unit) sb.append(unit)
print("-"*30)
print(total) 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