中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

購物車程序

發布時間: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

普陀区| 江达县| 仁化县| 克什克腾旗| 台南市| 横山县| 东至县| 蒙自县| 西青区| 婺源县| 墨玉县| 东港市| 桑植县| 庆城县| 花莲县| 法库县| 栾城县| 连州市| 旬邑县| 公主岭市| 濉溪县| 衡阳县| 郓城县| 丰顺县| 将乐县| 荥阳市| 平顺县| 马公市| 日喀则市| 曲靖市| 上饶县| 容城县| 嘉黎县| 开原市| 大理市| 泗阳县| 湟中县| 南陵县| 鄂伦春自治旗| 克拉玛依市| 壤塘县|