Commit f2bf7e18 by BellCodeEditor

auto save

parent 5ebe46eb
Showing with 2 additions and 3 deletions
...@@ -10,8 +10,8 @@ def new_input(): ...@@ -10,8 +10,8 @@ def new_input():
print("请输入一个整数") print("请输入一个整数")
else: else:
total.append() total.append()
return q
print("_"*30) print("_"*30)
print(total) print(total)
return total
input("请输入产品价格")
new_input() new_input()
print()
\ 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