Is Python really slow?

Makhno mak at imakhno.freeserve.co.uk
Sat May 27 12:49:05 EDT 2000


>I have implemented  loop in Python
>
>for k in xrange(1,100000000):
>   pass

Does xrange create an array of numbers 1...1e8?






More information about the Python-list mailing list