Sollicitatievraag bij Yahoo

What is the different between range and xrange in Python.

Antwoord op sollicitatievraag

Anoniem

11 jun 2019

range is list comprehension which may waste memory. xrange is generator which available in Python 3.0.