Please enable JavaScript to use CodeHS

Utah Introducción a Python 1 y 2

Lesson 11.6 Métodos de lista adicionales

Description

En esta lección, los alumnos aprenden a utilizar dos nuevos métodos, clasificar y invertir, para modificar elementos de una lista.


Objective

Students will be able to:

  • Use the sort method to organize items in a list by value
  • Use the reverse method to reverse the order of items in a list