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
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