Crazy Python

May 18th, 2007 12:14

Gotta love it:

class _(object):
    def _(self):
        class _(object):
            def _(self):
                print "here now"
        return _()
_()._()._()

Leave a Reply