Lib - Itertools

 0    4 フィッシュ    sir
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 答え
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
学び始める
count(f'start, f'step)
Repeats the values in another iterable over and over
学び始める
cycle(iterable)
Repeats a single item for set number of times.
学び始める
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
学び始める
chain(iterable, iterable...)

コメントを投稿するにはログインする必要があります。