In this lesson, students learn various ways to add items to an existing list with the use of the insert
, extend
, and append
methods.
Students will be able to:
append
method to add a new item to the end of a listextend
method to add new items to the end of a listinsert
method to add a new item at a specific index in a listThese are all the activities included in the lesson