Commit 7f48904b by BellCodeEditor

auto save

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