Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge | Other Data Types
Introduction to Python

ChallengeChallenge

Tarea

You have the dictionary people, which holds data on individuals' names, ages, and heights using the format 'name': (age, height). Your tasks include:

  • Adding the following details to the people dictionary:
NameAgeHeight
John41185
Michelle35165
  • Displaying the updated dictionary.

¿Todo estuvo claro?

Sección 4. Capítulo 14
toggle bottom row
course content

Contenido del Curso

Introduction to Python

ChallengeChallenge

Tarea

You have the dictionary people, which holds data on individuals' names, ages, and heights using the format 'name': (age, height). Your tasks include:

  • Adding the following details to the people dictionary:
NameAgeHeight
John41185
Michelle35165
  • Displaying the updated dictionary.

¿Todo estuvo claro?

Sección 4. Capítulo 14
toggle bottom row
some-alt