Lib - Itertools

 0    4 fiche    sir
baixar mp3 Imprimir jogar verifique-se
 
questão resposta
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
começar a aprender
count(f'start, f'step)
Repeats the values in another iterable over and over
começar a aprender
cycle(iterable)
Repeats a single item for set number of times.
começar a aprender
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
começar a aprender
chain(iterable, iterable...)

Você deve entrar para postar um comentário.