摘要: import pickleimport osclass kech: ''' 课程的的名字时间周期代课老师 ''' def __init__(self,courses,price,cycle,teacher): self.Courses = courses self.Price = price sel 阅读全文
posted @ 2018-11-26 16:17 雨中含春 阅读(233) 评论(0) 推荐(0)
摘要: import pickleclass kech: ''' 课程的的名字,价格,时间周期,代课老师 ''' def __init__(self,courses,price,cycle,teacher): self.Courses = courses self.Price = price self.Cy 阅读全文
posted @ 2018-11-22 21:20 雨中含春 阅读(252) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-14 15:16 雨中含春 阅读(92) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-14 15:12 雨中含春 阅读(80) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-14 15:11 雨中含春 阅读(92) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-14 15:11 雨中含春 阅读(93) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-14 15:10 雨中含春 阅读(296) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-14 15:09 雨中含春 阅读(108) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-14 15:09 雨中含春 阅读(95) 评论(0) 推荐(0)
摘要: 1.函数的注释# def search(l,aim):# '''# 功能 : 二分查找# :param l:是被查找的列表# :param aim:要查找的项# :return:要查找的项所在的索引# '''# pass# 注释一定要准确# 如果函数的功能改变了 一定要修改注释# 代码不要逐行注释# 2.什么是全局变量# for i in ... 阅读全文
posted @ 2018-11-14 15:07 雨中含春 阅读(130) 评论(0) 推荐(0)