#!/usr/local/bin/python2 class C(object): @property def n(self, a=0): return self._n print C().n