loop with step size python code example Example: python for loop jump by 2 for i in range(0,10,2): print(i)