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