2018年8月1日
摘要: __author__ = 'Administrator' #!/usr/bin/env python # -*-coding:UTF-8-*- def shoping(): balance=10000 while True: with open("E:/product_list.txt",'r+') as f: product_list=f... 阅读全文
posted @ 2018-08-01 23:21 lvshui 阅读(182) 评论(0) 推荐(0) 编辑
摘要: ATM作业的购物车和登陆功能两个函数功能实现。还有ATM,交易中心未实现 阅读全文
posted @ 2018-08-01 22:46 lvshui 阅读(545) 评论(0) 推荐(0) 编辑