摘要: 1.继承 阅读全文
posted @ 2018-11-21 15:48 studybrother 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1.类中代码的执行顺序 2.组合 阅读全文
posted @ 2018-11-20 19:15 studybrother 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1.初识面向对象 2.人狗大战 阅读全文
posted @ 2018-11-19 21:22 studybrother 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-11-15 15:55 studybrother 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-11-15 15:51 studybrother 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1.时间模块 time 2.随机数模块 random 3.与操作系统交互模块 os 4.系统模块 sys 1-4 #时间元组:localtime将一个时间戳转换为当前时区的struct_time import time # 导入时间模块print(time.localtime())#结果: time 阅读全文
posted @ 2018-11-13 14:18 studybrother 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2018-11-12 23:23 studybrother 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1.匿名函数(lambda) 2.递归函数初识 阅读全文
posted @ 2018-11-09 14:29 studybrother 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 主要内容 一. 阅读全文
posted @ 2018-11-08 20:06 studybrother 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 主要内容 阅读全文
posted @ 2018-11-07 14:36 studybrother 阅读(193) 评论(0) 推荐(0) 编辑