91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

購物車程序

發布時間:2020-07-18 01:39:29 來源:網絡 閱讀:201 作者:leiwenbin627 欄目:編程語言

product_list=[("iPhone XS Max 256G",11000),('MacBook Pro 512G',19000),('Bike',800),("Apple Watch Series 4",3500),("Coffee",30),("Alex Python Book",60)]
shopplist_list=[]
salary=input("請輸入你的收入:")
if salary.isdigit():
    salary=int(salary)
    while True:
        for index,item in enumerate(product_list):
            print(index,item)
        user_choice=input("你選擇要買:").strip()
        if user_choice.isdigit():
            user_choice=int(user_choice)
            if user_choice<len(product_list) and user_choice>=0:
                p_item=product_list[user_choice]
                if p_item[1]<=salary:
                    shopplist_list.append(p_item)
                    salary=salary-p_item[1]
                    print("added %s into shopping cart,you current balance is %s"%(p_item,salary))
                else:
                    print("你的余額只剩[%s]啦,余額不足"%salary)
            else:
                print("product code [%s] is not exist!"%user_choice)
        elif user_choice=="q":
            print("---shopping list----")
            for p in shopplist_list:
                print(p[0])
            print("已經購買:",shopplist_list,"\n還剩",salary,"元")
            break
        else:
            print("invalid option")
            print("已經購買:", shopplist_list, "\n還剩", salary, "元")
            break

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

银川市| 兰溪市| 宜良县| 隆子县| 隆安县| 梅河口市| 澎湖县| 成武县| 常德市| 社旗县| 遵义市| 宾川县| 彩票| 无极县| 宝鸡市| 红原县| 万安县| 长武县| 修文县| 青田县| 鸡泽县| 保康县| 兴国县| 新宁县| 新巴尔虎右旗| 合山市| 麟游县| 特克斯县| 洛阳市| 甘孜| 海盐县| 子洲县| 乡宁县| 淮南市| 鄄城县| 辉县市| 隆回县| 闸北区| 遂昌县| 永和县| 汽车|