range

start:end

start:step:end

range(start, end)

range(start, end, step)

range(string)

Create a range. Lower bound of the range is included, upper bound is excluded.

Try it yourself:

All functions