Lib - Itertools

 0    4 cartonașe    sir
descarcă mp3 printează joacă Testează-te
 
Întrebare Răspuns
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
începe să înveți
count(f'start, f'step)
Repeats the values in another iterable over and over
începe să înveți
cycle(iterable)
Repeats a single item for set number of times.
începe să înveți
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
începe să înveți
chain(iterable, iterable...)

Trebuie să te autentifici pentru a posta un comentariu.