Python for Testers #25 – Range Function in Python | range() Explained

In this Python for Testers Tutorial we will learn about Range Function in python. We will understand what the range function is in python and how to use Python range() function.

The python range() function returns a sequence of numbers, and by default, the number starts from 0 with increments of 1 and stops before the specified stop number.