会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
素人渔芙2017
博客园
首页
新随笔
联系
管理
订阅
2017年10月13日
【Python】【元编程】【从协议到抽象基类】
摘要: """class Vector2d: typecode = 'd' def __init__(self,x,y): self.__x = float(x) self.__y = float(y) @property def x(self): return self.__x @property def
阅读全文
posted @ 2017-10-13 17:59 素人渔芙2017
阅读(272)
评论(0)
推荐(0)
编辑
【Python】【数据类型】
摘要: 【list&tuple&dict】 # 栗子 list排序
阅读全文
posted @ 2017-10-13 08:15 素人渔芙2017
阅读(258)
评论(0)
推荐(0)
编辑
公告