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