会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wangheng #这里是用户名
博客园
联系
管理
2018年6月13日
python 进阶读书笔记2 -- python魔法函数
摘要: #!/usr/bin/env python# -*- coding: utf-8 -*-class student: def __init__(self, name_list): self.student_name_list = name_list def __getitem__(self, item): return self.student_name_...
阅读全文
posted @ 2018-06-13 00:18 wangheng1409
阅读(157)
评论(0)
推荐(0)
编辑
公告