Lib - Itertools

 0    4 informačný list    sir
stiahnuť mp3 vytlačiť hrať Skontrolujte sa
 
otázka Odpoveď
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
začať sa učiť
count(f'start, f'step)
Repeats the values in another iterable over and over
začať sa učiť
cycle(iterable)
Repeats a single item for set number of times.
začať sa učiť
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
začať sa učiť
chain(iterable, iterable...)

Ak chcete pridať komentár, musíte byť prihlásený.