Commit e4840fae by BellCodeEditor

save project

parent 6d88eca4
Showing with 39 additions and 0 deletions
def new_a():
to=[]
while True:
un=input("价格,q推出")
if un=="q":
break
else:
try:
un=int(un)
except:
print()
else:
to.append(un)
print(to)
print(new_a())
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