Commit 9a1d8148 by BellCodeEditor

save project

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