摘要: 推荐python基础课件 第一周作业 第二周作业 第三周作业 内置函数的用法 阅读全文
posted @ 2018-07-26 23:17 lvshui 阅读(131) 评论(0) 推荐(0) 编辑
  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) 编辑
  2018年7月14日
摘要: 要学习python了,记录一下学习的东西。 阅读全文
posted @ 2018-07-14 21:38 lvshui 阅读(67) 评论(0) 推荐(0) 编辑