要求
1、启动程序后让用户输入余额,并打印商品列表
2、用户通过输入编号购买商品
3、用户选择商品购买后,根据余额判断成功或者失败,给出对应提示
4、可以随时退出,退出后打印账号余额以及购买的商品列表
构思
1、首先,用户余额需要进行存储,用户购买的物品需要进行存储在数组中
2、用户购买成功后,将购买的物品放入物品集合,并用总金额减去余额
3、如果失败,给出失败提示,并打印余额
4、用户选择继续后,无论成功失败,都可以继续购买
代码
# 用户输入工资 balance = int(input("Please input balance:")) # 定义衣服的数组 clothes = [["pants",100],["T-shirt",50],["skirt",20]] # 个人所得,包括金钱和获取的物品 haveGoods = [balance,[]] flag = True while flag: # 打印衣服列表 print("The clothes list is as follows") print("______clothesList______") i = 1; for c in clothes: print('The number:',i,":",c) i += 1 # 用户输入商品编号 code = int(input("Please choose the number:")) # 判断钱是否够用 if clothes[code-1][1] <= haveGoods[0]: # 在自己的购物清单中加入已购物品 haveGoods[1].append(clothes[code-1]) # 减去花费的金钱 haveGoods[0] -= clothes[code-1][1] print("You have successfully purchased!") print("Your account balance is:",haveGoods[0]) else: print("Your account balance is insufficient!") print("Your account balance is:",haveGoods[0]) judge = input("You can press any button to continue,or input 'n' to leave:") if judge == "n": flag = False print("Your account balance is:",haveGoods[0]) print("Your shopping list is as follows:") print("______clothesList______") for h in haveGoods[1]: print(h)
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
标签:
Python,数列,购物车程序
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
白云城资源网 Copyright www.dyhadc.com
暂无“Python基于数列实现购物车程序过程详解”评论...
更新日志
2024年11月08日
2024年11月08日
- 雨林唱片《赏》新曲+精选集SACD版[ISO][2.3G]
- 罗大佑与OK男女合唱团.1995-再会吧!素兰【音乐工厂】【WAV+CUE】
- 草蜢.1993-宝贝对不起(国)【宝丽金】【WAV+CUE】
- 杨培安.2009-抒·情(EP)【擎天娱乐】【WAV+CUE】
- 周慧敏《EndlessDream》[WAV+CUE]
- 彭芳《纯色角3》2007[WAV+CUE]
- 江志丰2008-今生为你[豪记][WAV+CUE]
- 罗大佑1994《恋曲2000》音乐工厂[WAV+CUE][1G]
- 群星《一首歌一个故事》赵英俊某些作品重唱企划[FLAC分轨][1G]
- 群星《网易云英文歌曲播放量TOP100》[MP3][1G]
- 方大同.2024-梦想家TheDreamer【赋音乐】【FLAC分轨】
- 李慧珍.2007-爱死了【华谊兄弟】【WAV+CUE】
- 王大文.2019-国际太空站【环球】【FLAC分轨】
- 群星《2022超好听的十倍音质网络歌曲(163)》U盘音乐[WAV分轨][1.1G]
- 童丽《啼笑姻缘》头版限量编号24K金碟[低速原抓WAV+CUE][1.1G]