摘要: isinstance和issubclass 反射 setattr delattr getattr hasattr __str__和__repr__ __del__ item系列 __getitem__ __setitem__ __delitem__ __new__ __call__ __len__ 阅读全文
posted @ 2018-01-21 20:50 摇曳时光 阅读(124) 评论(0) 推荐(0)
摘要: 面向对象作业——校园管理系统 角色: 学校、学员、课程、讲师 要求: 1. 创建北京、上海 2 所学校 2. 创建linux , python , go 3个课程 , linux\py 在北京开, go 在上海开 3. 课程包含,周期,价格 4. 班级关联课程、讲师 5. 创建学员时,选择学校,关联 阅读全文
posted @ 2018-01-21 20:20 摇曳时光 阅读(185) 评论(0) 推荐(0)