Python range function example

The range() is a built-in function in Python that returns the sequence of numbers between the specified range. This function