Discuss / Python / 新建了一个python交流学习群

新建了一个python交流学习群

Topic source

class Screen(object): @property def width(self): return self._width

@width.setter def width(self, value): self._width = value

@property def height(self): return self._height

@height.setter def height(self, value): self._height = value

@property def resolution(self): return s.width*s.height

新建了一个python交流学习,资源分享群,二维码链接在hiyagg.com,欢迎大神,小白进群交流学习,讨论课后习题


  • 1

Reply