How-to articles, tricks, and solutions about EXTEND
What is the difference between Python's list methods append and extend?
The append method adds an item to the end of a list.