Question: In python language, write a function that takes two parameters: a list of paths to such .txt files (as a list of strings) and and
In python language, write a function that takes two parameters: a list of paths to such .txt files (as a list of strings) and and a path to another file to output. The purpose of this function is to read all files from the list, modify some information (read below), and combine them all into a single file (write to). The function should not return anything.

Hint: Create a helper dictionary, with month number name correspondence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
