Commit 9a1d8148 by BellCodeEditor

save project

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