Lib - Itertools

 0    4 tarjetas    sir
descargar mp3 imprimir jugar test de práctica
 
término definición
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
empezar lección
count(f'start, f'step)
Repeats the values in another iterable over and over
empezar lección
cycle(iterable)
Repeats a single item for set number of times.
empezar lección
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
empezar lección
chain(iterable, iterable...)

Debes iniciar sesión para poder comentar.