相思资源网 Design By www.200059.com
购物车程序
要求如下图
代码
# --*--coding:utf-8--*-- # Author: 村雨 import pprint productList = [('Iphone 8', 10000), ('GTX2080', 8000), ('Z7KP7-GT', 6000), ('Mac pro', 15000), ('Honor 10', 2800), ('Iphone XR', 12000), ('Mi 8', 2999) ] shoppingList = [] print('输入你的工资:') salary = input() if not salary.isdigit(): print('请输入整数') else: salary = int(salary) while True: for index, item in enumerate(productList): print(index + 1, item) print('输入你要买的商品的序号:') userWant = input() if userWant.isdigit(): userWant = int(userWant) if userWant <= len(productList) and userWant > 0: print('你要购买的是:', productList[userWant - 1][0]) if salary >= productList[userWant - 1][1]: shoppingList.append(productList[userWant - 1][0]) salary -= productList[userWant - 1][1] print('你已经购买了' + productList[userWant - 1][0] + ', 你的余额为 ' + str(salary)) else: print('对不起,你的余额不足!请努力工作吧!') print('你当前所购买的商品为:') for brought in shoppingList: pprint.pprint(brought) print('你当前余额为:', salary) exit() else: print('你输入的商品序号有错,请重新输入') elif userWant == 'q': print('-----------Shopping List----------') for brought in shoppingList: pprint.pprint(brought) print('你的余额为 ', salary) exit() else: print('Invalid input!!!')
结果
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对的支持。如果你想了解更多相关内容请查看下面相关链接
相思资源网 Design By www.200059.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
相思资源网 Design By www.200059.com
暂无Python实战购物车项目的实现参考的评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。