A Brief Note on the range() function
This video is going to be all about the range function. As you probably know already, we use the range function to traverse over a set of numbers inside of a for loop. There are three ways of using the range function. Knowing these three ways might help you in…