Search
Below are two lists containing filenames that need to be read by the system sequentially. Instead of writing two loops to go through the lists, join the lists using chain() and use a single loop.
chain()