List append vs. List extend in Python

InstructorWill Button

Share this video with your friends

Send Tweet

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