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

Task

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.

Everything was clear?

Section 4. Chapter 14
toggle bottom row
course content

Course Content

Introduction to Python

ChallengeChallenge

Task

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.

Everything was clear?

Section 4. Chapter 14
toggle bottom row
some-alt