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