Commit 2affb784 by BellCodeEditor

auto save

parent cce2a3db
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ def new_input():
if money== 'q':
break
else:
try
try:
money = int(money)
except:
print('请从新输入一个数字')
......
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