Commit 1c3146ec by BellCodeEditor

save project

parent 0321b7a1
Showing with 3 additions and 2 deletions
...@@ -11,9 +11,10 @@ while True: ...@@ -11,9 +11,10 @@ while True:
print("请重新输入一个数字") print("请重新输入一个数字")
else: else:
total.append(unit) total.append(unit)
y finally:
print("_"*30) print("_"*30)
return total
result=new_input()
......
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