Please enable JavaScript to use CodeHS

Utah Introducción a Python 1 y 2

Lesson 11.1 Crear listas

Description

En esta lección, los alumnos se familiarizan con las listas. Aprenderán por qué se utilizan las listas en los programas y cómo crearlas. Las listas se crean así:

nombre_lista = [elemento_1, elemento_2, elemento_3, ...]

Objective

Students will be able to:

  • Explain why lists are useful in programs
  • Create lists with items of various types