Commit ebd9fafa by BellCodeEditor

auto save

parent e1bb5c8c
Showing with 2 additions and 1 deletions
......@@ -8,7 +8,7 @@ while True:
try:
unit=int(unit)
except:
print("请输入数字,你个SB。 "*10)
print("请输入数字,你个SB。"*10)
else:
total.append(unit)
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