In python, can we decrement the control variable in for loop?
From what I have observed, the for loop in Python doesn't need a separate code to increment the control variable but how do I decrement the control variable in the loop. Can I do it without writing a separate code for it?