摘要: sum=0 a=input("请输入“水果”或“衣服”:") if a=="手机": while True: shop = { '蓝葡萄', '水蜜桃', '草莓'} print(shop) a = input("输入Buy进入结算,继续购买请输入物品名称:") if a == "蓝葡萄": a =... 阅读全文
posted @ 2019-05-22 12:09 去年夏天yo 阅读(273) 评论(0) 推荐(0) 编辑