En esta lección, los alumnos aprenderán varias formas de eliminar elementos de una lista existente utilizando los métodos pop
y remove
y la palabra clave del
.
Students will be able to:
pop
method with no argument to remove an item from the end of a listpop
method to remove an item from a specific index in a listremove
method to remove a specific item from a listdel
keyword to remove an item from a specific index in a listThese are all the activities included in the lesson