Course Content
Introduction to Python
Introduction to Python
Challenge
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:
Name | Age | Height |
John | 41 | 185 |
Michelle | 35 | 165 |
- Displaying the updated dictionary.
Thanks for your feedback!
Challenge
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:
Name | Age | Height |
John | 41 | 185 |
Michelle | 35 | 165 |
- Displaying the updated dictionary.
Thanks for your feedback!
Challenge
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:
Name | Age | Height |
John | 41 | 185 |
Michelle | 35 | 165 |
- Displaying the updated dictionary.
Thanks for your feedback!
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:
Name | Age | Height |
John | 41 | 185 |
Michelle | 35 | 165 |
- Displaying the updated dictionary.