知识点:文件写入操作, 函数, 函数递归
#!C:\Program Files\Python35/bin # -*- conding:utf-8 -*- # author: Frank # 定义商品列表 product_list = { 'Pen':2.5, 'NoteBook':3.3, 'eraser':1.0 } Mesg = ''' 1.Change goods' price 2.Add new goods 3.quit Plese input which do you want : ''' def print_list(): for key in product_list: print(key, product_list[key]) def change_price(): name = input("please input the goods name:") if name in product_list: new_price = input("please input new price:") product_list[name] = new_price print("\033[31;0m[%s]\033[0m price has been change to \033[32;0m%s\033[1m"%(name, new_price)) print_list() else: ok = input("the goods not in product list, do you want to add:") if ok in ('y','ye','yes'): add_goods() if ok in ('n','no','none'): exit(record_to_text()) def add_goods(): name = input("please input the add goods name:") if name in product_list: print("The goods had exist, please re_input:") add_goods() else: price = input("please input the goods price:") product_list[name] = price print("Add \033[31;0m[%s]\033[1m into list already"% name) print_list() def record_to_text(): with open("product",'w+',encoding='utf-8') as f: for goods in product_list: print(goods,product_list[goods], file=f) print_list() while True: user_input = input(Mesg) if user_input == '1': change_price() elif user_input == '2': add_goods() else: user_input == '3' print("Your current produce list as below:") print_list() exit(record_to_text())
测试:
NoteBook 3.3 eraser 1.0 Pen 2.5 1.Change goods' price 2.Add new goods 3.quit Plese input which do you want : please input the add goods name:Apple please input the goods price:5.0 Add [Apple] into list already Apple 5.0 NoteBook 3.3 eraser 1.0 Pen 2.5 1.Change goods' price 2.Add new goods 3.quit Plese input which do you want : please input the goods name:Pen please input new price:2.3 [Pen] price has been change to 2.3 Apple 5.0 NoteBook 3.3 eraser 1.0 Pen 2.3 1.Change goods' price 2.Add new goods 3.quit Plese input which do you want : please input the goods name:book the goods not in product list, do you want to add:no
以上是Python 购物车之商家部分代码的详细内容。更多信息请关注PHP中文网其他相关文章!

Tomergelistsinpython,YouCanusethe操作员,estextMethod,ListComprehension,Oritertools

在Python3中,可以通过多种方法连接两个列表:1)使用 运算符,适用于小列表,但对大列表效率低;2)使用extend方法,适用于大列表,内存效率高,但会修改原列表;3)使用*运算符,适用于合并多个列表,不修改原列表;4)使用itertools.chain,适用于大数据集,内存效率高。

使用join()方法是Python中从列表连接字符串最有效的方法。1)使用join()方法高效且易读。2)循环使用 运算符对大列表效率低。3)列表推导式与join()结合适用于需要转换的场景。4)reduce()方法适用于其他类型归约,但对字符串连接效率低。完整句子结束。

pythonexecutionistheprocessoftransformingpypythoncodeintoExecutablestructions.1)InternterPreterReadSthecode,ConvertingTingitIntObyTecode,whepythonvirtualmachine(pvm)theglobalinterpreterpreterpreterpreterlock(gil)the thepythonvirtualmachine(pvm)

Python的关键特性包括:1.语法简洁易懂,适合初学者;2.动态类型系统,提高开发速度;3.丰富的标准库,支持多种任务;4.强大的社区和生态系统,提供广泛支持;5.解释性,适合脚本和快速原型开发;6.多范式支持,适用于各种编程风格。

Python是解释型语言,但也包含编译过程。1)Python代码先编译成字节码。2)字节码由Python虚拟机解释执行。3)这种混合机制使Python既灵活又高效,但执行速度不如完全编译型语言。

useeAforloopWheniteratingOveraseQuenceOrforAspecificnumberoftimes; useAwhiLeLoopWhenconTinuingUntilAcIntiment.ForloopSareIdeAlforkNownsences,而WhileLeleLeleLeleLoopSituationSituationSituationsItuationSuationSituationswithUndEtermentersitations。

pythonloopscanleadtoerrorslikeinfiniteloops,modifyingListsDuringteritation,逐个偏置,零indexingissues,andnestedloopineflinefficiencies


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

Video Face Swap
使用我们完全免费的人工智能换脸工具轻松在任何视频中换脸!

热门文章

热工具

适用于 Eclipse 的 SAP NetWeaver 服务器适配器
将Eclipse与SAP NetWeaver应用服务器集成。

SublimeText3 英文版
推荐:为Win版本,支持代码提示!

SecLists
SecLists是最终安全测试人员的伙伴。它是一个包含各种类型列表的集合,这些列表在安全评估过程中经常使用,都在一个地方。SecLists通过方便地提供安全测试人员可能需要的所有列表,帮助提高安全测试的效率和生产力。列表类型包括用户名、密码、URL、模糊测试有效载荷、敏感数据模式、Web shell等等。测试人员只需将此存储库拉到新的测试机上,他就可以访问到所需的每种类型的列表。

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

安全考试浏览器
Safe Exam Browser是一个安全的浏览器环境,用于安全地进行在线考试。该软件将任何计算机变成一个安全的工作站。它控制对任何实用工具的访问,并防止学生使用未经授权的资源。