how to increment by 2 in for loop python code example Example: python for loop jump by 2 for i in range(0,10,2): print(i)