Commit 432850fc by BellCodeEditor

auto save

parent b4fbbf7c
Showing with 10 additions and 0 deletions
def count():
j=[]
while True:
price=input("请输入价格:")
if price=='q':
break
j.append(price)#在末尾追加函数
count()
\ 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