摘要:
这里面起名是有点玄学 from collections import namedtuple Point = namedtuple('dsafdsf', ['x', 'y'])#本质就是等价于 class Point(): # def __init__(self,x,y): # self.x=x # 阅读全文
posted @ 2018-06-29 20:03
张博的博客
阅读(575)
评论(0)
推荐(0)
contact me:wechat 15122306087