I have many lists:
['it']
['was']
['annoying']
I want to merge those into a single list:
['it', 'was', 'annoying']
I have many lists:
['it']
['was']
['annoying']
I want to merge those into a single list:
['it', 'was', 'annoying']