Lib - Itertools

 0    4 kartičky    sir
stáhnout mp3 Vytisknout hrát zkontrolovat se
 
otázka odpověď
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
začněte se učit
count(f'start, f'step)
Repeats the values in another iterable over and over
začněte se učit
cycle(iterable)
Repeats a single item for set number of times.
začněte se učit
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
začněte se učit
chain(iterable, iterable...)

Chcete-li přidat komentář, musíte se přihlásit.