Difference Between range and xrange function in Python Programming
range and xrange are two built in functions which will generate sequence of numbers. Here in this tutorial we will discuss the difference between these two functions in python 2 and python 3.
Watch this tutorial to learn about range and xrange function
