increment/decrement operators

Tony van der Hoff tony at vanderhoff.org
Sat Dec 5 07:40:57 EST 2015


Hi,

I'm a relative newbie to python, and this NG, but it's certainly growing 
on me.

One thing I'm missing is the increment/decrement operator from C, ie 
x++, and its ilk. Likewise x += y.

is there any way of doing this in Python?

TIA, Tony



More information about the Python-list mailing list