2019年5月29日

摘要: else: break if a == "球鞋": print("1. 李宁 334元") print("2. 耐克 1599元") print("3. 阿迪达斯 1359元") while True: a=input("请输入编号购买球鞋,输入“B”返回类型选择:") if a=="1": ges 阅读全文
posted @ 2019-05-29 11:49 wudidewo 阅读(158) 评论(0) 推荐(0)

2019年5月22日

摘要: shangp = [["shouji", 588], ["mianfeng", 30], ["wanju", 99], ["shuiguo", 29], ["wazi", 4], ["duanku", 99]]xuanzhe = {}huafei = 0while True: choice = inpu... 阅读全文
posted @ 2019-05-22 10:19 wudidewo 阅读(147) 评论(0) 推荐(0)