Commit edc24d0f by BellCodeEditor

auto save

parent 8c810765
Showing with 2 additions and 0 deletions
...@@ -10,5 +10,6 @@ def get_price(): ...@@ -10,5 +10,6 @@ def get_price():
print("不要输入非法字符,请输入数字!!!") print("不要输入非法字符,请输入数字!!!")
else: else:
total.append(unit) total.append(unit)
return
print(total) print(total)
get_price() get_price()
\ No newline at end of file
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