On Feb 13, 4:21 pm, MRAB <pyt...@mrabarnett.plus.com> wrote:

> I would've done it this way:
>
> class FasterShip(Ship):
>      def __init__(self, speed=0, **kwargs):
>          Ship.__init__(self, **kwargs)
>          self.speed = speed

Well it seem MRAB and i actually agree on *one* thing. Well, when they
said... "great minds think alike" ...they never mentioned *anything*
about frequency.  ;-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to