Operation on iterable
You can perform various operations on iterables using built-in methods and constructs.
A iterable use list or set and map
A common operation on iterable
Iterating Over Elements
Mapping
Filtering
Reducing/Accumulating
Checking Contents