3429,3432c3429,3432 < x = firstval\n\ < while 1:\n\ < yield x\n\ < x += step\n"); --- > x = firstval\n\ > while 1:\n\ > yield x\n\ > x += step\n");