In Python 3, the range()
was implemented like the xrange()
function so that a dedicated
xrange()
function does not exist anymore (xrange()
raises a
NameError
in Python 3).
In Python 3, the range()
was implemented like the xrange()
function so that a dedicated
xrange()
function does not exist anymore (xrange()
raises a
NameError
in Python 3).