In this lesson, you will learn the difference between appending an item to a list and extending a list in Python using the .append() and .extend() methods
.append()
.extend()