Lib - Itertools

 0    4 flashcards    sir
tải về mp3 In chơi tự kiểm tra
 
câu hỏi câu trả lời
Similar to range, but doesn't have an upper bound, and is not restricted to integers.
bắt đầu học
count(f'start, f'step)
Repeats the values in another iterable over and over
bắt đầu học
cycle(iterable)
Repeats a single item for set number of times.
bắt đầu học
repeat(item, i'repeatitions)
Combines multiple iterables sequentially
bắt đầu học
chain(iterable, iterable...)

Bạn phải đăng nhập để đăng bình luận.