itertools
Provides functions to deal with iterators. Most commonly used functions are,
count
to create infinite sequence of numbers.cycle
to create a cycling sequence with given collection.
itertools
Provides functions to deal with iterators. Most commonly used functions are,
count
to create infinite sequence of numbers.cycle
to create a cycling sequence with given collection.