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


浙公网安备 33010602011771号