Lib - Itertools

 0    4 adatlap    sir
letöltés mp3 Nyomtatás játszik ellenőrizze magát
 
kérdés válasz
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
kezdjen tanulni
count(f'start, f'step)
Repeats the values in another iterable over and over
kezdjen tanulni
cycle(iterable)
Repeats a single item for set number of times.
kezdjen tanulni
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
kezdjen tanulni
chain(iterable, iterable...)

Kommentár közzétételéhez be kell jelentkeznie.