What is the difference between xrange() in python2 and range() in python3? (e.g. speed, efficiency, more parameters, .etc)
xrange(
range()