I often require doding a simple 1 unit incrementation (++) in Python.
I never seem to find a better solution than
x = x + 1 What am I doing wrong ?
I often require doding a simple 1 unit incrementation (++) in Python.
I never seem to find a better solution than
x = x + 1 What am I doing wrong ?