repeat for loop 1 to 2 2 to 3 and 3 to 1 code example Example: python for loop range for i in range(0, 3): print(i)