In R iterationrange=c(1,100), and I Python iteration_range = (0, 100), are they the same?

As the title suggests, what is the conversion between iterationrange i R, and iteration_range i Python?