1#!/usr/bin/env python2#
-*- coding:utf-8 -*-3#
author:er fei
4 input_wage=input("
請輸入工資:")
5 input_wage=input_wage.strip()6if
input_wage.isdigit():
7 input_wage=int(input_wage)
8 goods_list=
9print("
歡迎來到網路**
".center(50,"*"
))10
(goods_list)
11 buy_list={}
12while
true:
13 already_bought=input("
蘋果4s:1,6s:2,7:3,oppor9:4請輸入要購買的商品:")
14if already_bought=="1"
:15 goods=goods_list["
蘋果4s"]
16if goods_list["
蘋果4s
"]17 input_wage=input_wage-goods_list["
蘋果4s"]
18print
(input_wage)
19 buy_list["
蘋果4s
"]=800
20print
(buy_list)
21else:22
print("
餘額不足請充值或更換商品後重試!")
2324
25elif already_bought=="2"
:26 goods = goods_list["
蘋果6s"]
27if goods_list["
蘋果6s
"] 28 input_wage = input_wage - goods_list["
蘋果6s"]
29print
(input_wage)
30 buy_list["
蘋果6s
"] = 5000
31print
(buy_list)
32else:33
print("
餘額不足請充值或更換商品後重試!")
34elif already_bought=="3"
:35 goods = goods_list["
蘋果7"]36
if goods_list["
蘋果7"]
37 input_wage = input_wage - goods_list["
蘋果7"]38
(input_wage)
39 buy_list["
蘋果7"] = 7000
40print
(buy_list)
41else:42
print("
餘額不足請充值或更換商品後重試!")
43elif already_bought=="4"
:44 goods = goods_list["
oppor9"]
45if goods_list["
蘋果4s
"] 46 input_wage = input_wage - goods_list["
oppor9"]
47print
(input_wage)
48 buy_list["
oppor9
"] = 5999
49print
(buy_list)
50else:51
print("
餘額不足請充值或更換商品後重試!")
52else:53
print("
輸入不合法請重新輸入工資!!!
簡單購物小程式
shangp 手機 5888 咖啡 30 遊戲機 299 電視 2499 沐浴露 40 眼鏡 99 xuanzhe huafei 0 while true choice input 輸入你所選擇的商品編號 strip if choice.isdigit choice int choice if ch...
購物車小程式
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 請輸入要購買的...
Python購物車小程式
問題描述 商店有一系列商品,給出購買序列,然後輸入你的金額,然後選擇要購買的商品序號或是退出,如果持續購買餘額不足則提醒使用者餘額不足,然後如果使用者退出則列印使用者購買的商品列表,並列印使用者餘額。購物車程式 product list mac 9000 kindle 8000 tesla 9000...