#Author Kang
shopping_list = [('Iphone',5000),('MacBook',9000),('Huwei P20',9999)]
shopping_car = []
salary = int(input('請輸入你的工資:'))
while True:
for index,item in enumerate(shopping_list):
print(index,item)
user_change = input('請輸入你要購買的產(chǎn)品編號:')
if user_change.isdigit():
user_change=int(user_change)
if user_change >= 0 and user_change < len(shopping_list) and salary >= shopping_list[user_change][1]:
shopping_car.append(shopping_list[user_change])
salary -=shopping_list[user_change][1]
elif salary <= shopping_list[user_change][1] :
print('你的余額已經(jīng)不足?。?!')
else:
print('你輸入的編號有誤,請重新輸入?。。。。?)
elif user_change == 'q':
print('--------已購買的產(chǎn)品-------')
print(shopping_car)
print('剩下的余額為>>>:',salary)
exit()
else:
print("輸入有誤,請重新輸入")
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
創(chuàng)新互聯(lián)公司成都企業(yè)網(wǎng)站建設服務,提供做網(wǎng)站、成都網(wǎng)站制作網(wǎng)站開發(fā),網(wǎng)站定制,建網(wǎng)站,網(wǎng)站搭建,網(wǎng)站設計,成都響應式網(wǎng)站建設,網(wǎng)頁設計師打造企業(yè)風格網(wǎng)站,提供周到的售前咨詢和貼心的售后服務。歡迎咨詢做網(wǎng)站需要多少錢:18980820575