In normal mode, we can increment the nearest number on the line at or after the cursor with <C-a> and decrement it with <C-x>. In the following examples, the cursor position is indicated by ^.
Incrementing and decrementing numbers
for i in range(11):
^
<C-x> decrements ...