摘要: """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 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 【list&tuple&dict】 # 栗子 list排序 阅读全文
posted @ 2017-10-13 08:15 素人渔芙2017 阅读(255) 评论(0) 推荐(0) 编辑