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...)

Вы должны войти в свой аккаунт чтобы написать комментарий.