Commit c01a7f6f by BellCodeEditor

save project

parent 6f01fde2
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ def a():
try:
b=int(unit)
except:
print(请输入数字!)
else
print('请输入数字!')
else:
total.append(b)
print(total)
a()
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