I understand that the following line will give the given result:
for in range(5): print(i)
0 1 2 3 4
But I don\'t understand how
Starts at 4, then increments by 2, to end at 8 because 10 < 10 is false. So 4 6 8
10 < 10
4 6 8