Commit c01a7f6f by BellCodeEditor

save project

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