Search
The chain method joins two or more iterables together to create a new combined iterable. When the values from the first iterables are exhausted, the values from the next iterable are picked up.