#簡單購物車,要求如下:實現列印商品詳細資訊,使用者輸入商品名和購買個數,則將商品名,**,購買個數加入購物列表,如果輸入為空或其他非法輸入則要求使用者重新輸入
msg_dic=good_l=
while
true:
for k in
msg_dic:
print(k,msg_dic[k])
name=input('
商品名稱:
',).strip()
while
true:
count=input('
購買個數:')
ifcount.isdigit():
break
int(count)))
print(good_l)
if len(name)==0 or name not in
msg_dic:
print(
'非法輸入')
continue
簡單購物車實現
作業二 簡單購物車 實現列印商品詳細資訊,使用者輸入商品名和購買個數,則將商品名,購買個數加入購物列表,如果輸入為空或其他非法輸入則要求使用者重新輸入shopping list while true print 商品選項 msg dic for k,v in msg dic.items 033 44...
簡單購物車教程
資料庫字段 表 pro talbe id 產品編號 proname 產品名稱 simages 產品小圖 表o rder id 訂單編號 p roid 產品編號 m um 產品數量 d time 訂購時間 表co table id 客戶編號 nn ame 客戶姓名 tt el 聯絡 ee m ail ...
購物車(註冊 登入 購物 購物車 結帳)
購物車 註冊 登入 購物 購物車 結帳 shopping car dict dict money 0 def input username pwd username input username pwd input pwd return username,pwd def goods get with...