Dethe Elza schrieb:
> class Anthro(object): > > def __init__(my): > I = me = my > my.self = me > my.truism = (phrase for phrase in ['I am', 'that which I am']) > > def __repr__(my): > return my.truism.next() > > def who(my): > I = me = my > print me, my.self and I > > if __name__ == '__main__': Anthro().who() > It's really a pity that despite thus much ego-centrism that poor Anthro couldn't say onother time who his is. Gregor > > --Dethe > _______________________________________________ > Edu-sig mailing list > [email protected] > http://mail.python.org/mailman/listinfo/edu-sig > > _______________________________________________ Edu-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/edu-sig
