Lib - Itertools

 0    4 flashcards    sir
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
öğrenmeye başla
count(f'start, f'step)
Repeats the values in another iterable over and over
öğrenmeye başla
cycle(iterable)
Repeats a single item for set number of times.
öğrenmeye başla
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
öğrenmeye başla
chain(iterable, iterable...)

Yorum yapmak için giriş yapmalısınız.