Lib - Itertools

 0    4 schede    sir
Scarica mp3 Stampa Gioca Testa il tuo livello
 
Domanda Risposta
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
inizia ad imparare
count(f'start, f'step)
Repeats the values in another iterable over and over
inizia ad imparare
cycle(iterable)
Repeats a single item for set number of times.
inizia ad imparare
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
inizia ad imparare
chain(iterable, iterable...)

Devi essere accedere per pubblicare un commento.