Commit 4bea7bad by BellCodeEditor

save project

parent 9f861abf
Showing with 10 additions and 12 deletions
def sss(): list=[]
for i in rande(30) try:
print(i) a=int(input('输入一个价格:'))
sss() except:
print('你输入的不是数字!!!')
else:
list.append(a)
print('添加成功!')
print(list)
print('所有的操作结束!')
......
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