Heh, yet another questoinf rom me :)

Alex alex at somewhere.round.here
Sat Mar 25 10:55:15 EST 2000


Hi, Aahz.

> Actually, that should be
> 
> class blaat:
>   def __init__ ( self, blaat2=0 , blaat3='', blaat4=''):
>     self.blaat2 = blaat2
>     self.blaat3 = blaat3
>     self.blaat4 = blaat4

What can go wrong if you use class variables?

Alex.



More information about the Python-list mailing list