how to print in a loop in opposite sequence in python code example Example: reverse for loop in python for i in range(10, -6, -2): print(i)