using step in for loop python code example Example: python for loop with step for i in xrange(0,10,2): print(i)