Name: Anonymous 2008-09-23 22:37
This code does not compile.
Only the 1337est h4x0rz know the fix.
Only the 1337est h4x0rz know the fix.
class Superclass (object):
def __init__(self):
self.x = self.y = 0.
class Childclass (Superclass):
pass
kid = Childclass()
kid.x, kid.y = 1., 2.