Lib - Itertools

 0    4 fiszki    sir
ściągnij mp3 drukuj graj sprawdź się
 
Pytanie Odpowiedź
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
rozpocznij naukę
count(f'start, f'step)
Repeats the values in another iterable over and over
rozpocznij naukę
cycle(iterable)
Repeats a single item for set number of times.
rozpocznij naukę
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
rozpocznij naukę
chain(iterable, iterable...)

Musisz się zalogować, by móc napisać komentarz.