how to decrement in python for loop code example Example: for decrement python for x in range(10,0,-1): print(x)