Challenge: Updating Dictionary
Task
Swipe to start coding
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.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 14
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.64
Challenge: Updating Dictionary
Swipe to show menu
Task
Swipe to start coding
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.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 1.64SectionΒ 4. ChapterΒ 14
single