Commit 05368787 by BellCodeEditor

save project

parent afd017a2
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ def new_input(): ...@@ -9,7 +9,7 @@ def new_input():
m=int(m) m=int(m)
except: except:
print("请输入数字") print("请输入数字")
else else:
total.append(m) total.append(m)
finally: finally:
print("_"*30) print("_"*30)
......
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