亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

購物車程序

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

大丰市| 建始县| 玛曲县| 马龙县| 万荣县| 北碚区| 泰安市| 尚志市| 郁南县| 新郑市| 白沙| 宜丰县| 大姚县| 星子县| 普兰县| 徐水县| 金溪县| 卢氏县| 澄城县| 玉树县| 平凉市| 洛浦县| 新巴尔虎左旗| 濉溪县| 洛宁县| 鄱阳县| 社旗县| 含山县| 合肥市| 应用必备| 阿拉善右旗| 肇庆市| 西吉县| 定南县| 句容市| 太原市| 百色市| 肇源县| 绥江县| 通河县| 汝城县|