Preguntas con la etiqueta [xrange]
Lista
xrange preguntas
¿Por qué no hay una función xrange en Python3?
6
respuestas
313
votos
429.5k
vistas
Recientemente comencé a usar Python3 y su falta xrangeduele. Ejemplo sencillo: Python2: from time import time as t def count(): st = t() [x for x in xrange(10000000) if x%4