Hi!

Why doesn't this work
        if (self.ctr:=self.ctr-1)<=0:
while this works
        if (ctr:=ctr-1)<=0:

Thanks
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to