Commit 3c8cce89 by BellCodeEditor

auto save

parent 12bb7d2e
Showing with 15 additions and 0 deletions
def price():
jiage = []
while True:
danjia = input("偶")
try:
if danjia == 'p':
break
else:
jiage.append(int(danjia))
except:
input("读的是陈国华测试大幅")
print(jiage)
return jiage
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