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

Course Content

Introduction to Python

ChallengeChallenge

Task

You've been handed the dictionary people, which is structured as 'name': (age, height). Here's what you need to do:

  • Complete the missing information for Peter, based on the details provided below.
NameAgeHeight
Peter29175
  • Display the details related to Alex.

Everything was clear?

Section 4. Chapter 12
toggle bottom row
course content

Course Content

Introduction to Python

ChallengeChallenge

Task

You've been handed the dictionary people, which is structured as 'name': (age, height). Here's what you need to do:

  • Complete the missing information for Peter, based on the details provided below.
NameAgeHeight
Peter29175
  • Display the details related to Alex.

Everything was clear?

Section 4. Chapter 12
toggle bottom row
some-alt