【廖雪峯Python習題集】面向對象高級編程

使用@property:python 請利用@property 給一個 Screen 對象加上 width 和 height 屬性,以及一個只讀屬性 resolution:spa #_*_coding:utf-8_*_ class Screen(object): @property def width(self): return self._width
相關文章
相關標籤/搜索