Commit 7f48904b by BellCodeEditor

auto save

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