for i in range(2, 8, 3): print("The value of i is currently", i) code example Example: for i in range(0): print(i) for i in range(0): print(i)