Discuss / Python / ~

class Screen(object):

    @property

    def resolution(self):

        return self.width*self.height


  • 1

Reply