En esta lección, los alumnos aprenderán varias formas de añadir elementos a una lista existente mediante los métodos insert
, extend
y append
.
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