購物車小程式

2021-10-07 02:04:24 字數 979 閱讀 3388

# -*- coding:utf-8 -*-

shp =[[

'iphone'

,5000],

['offee',35

],['shoes'

,800]]

pric_list =

e =int

(input

("請輸入賬戶金額:"))

while

true

:for i,p in

enumerate

(shp)

:print

(i,p[0]

,p[1])

enther =

input

("請輸入要購買的商品序號:"

).strip(

)if enther.isdigit():

enther =

int(enther)

#p_price = products[choice][1]

pric = shp[enther][1

]if pric <= e:

) e -= pric

print

("您購買的%s已新增到購物車,剩餘金額%s"

%(shp[enther][0

],e)

)else

:print

("金額不足,請重新選擇,剩餘金額%s"

% e)

elif enther ==

'quit'

:print

("購買的商品列表"

)for k,v in

enumerate

(pric_list)

:print

(k,v)

print

("剩餘金額為%s"

% e)

print

("-----歡迎再次光臨------"

)break

Python購物車小程式

問題描述 商店有一系列商品,給出購買序列,然後輸入你的金額,然後選擇要購買的商品序號或是退出,如果持續購買餘額不足則提醒使用者餘額不足,然後如果使用者退出則列印使用者購買的商品列表,並列印使用者餘額。購物車程式 product list mac 9000 kindle 8000 tesla 9000...

12 小程式 購物車

資料庫連表查詢json server 連線資料中的表 localhost 3000 carts?expand good 當前購物車商品的詳情資訊 命名要有統一性 商品資訊資料名 goods 購物車資料id goodid 購物車介面 localhost 3000 carts?expand goodsh...

小程式購物車實現

class cartmain for wx key key wx for index index class cart box data index 核取方塊 class icon if type success color rgb 51,138,238 size 20 bindtap select...