Course Content
Introduction to Python
Introduction to Python
Challenge
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.
Name | Age | Height |
Peter | 29 | 175 |
- Display the details related to Alex.
Thanks for your feedback!
Challenge
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.
Name | Age | Height |
Peter | 29 | 175 |
- Display the details related to Alex.
Thanks for your feedback!
Challenge
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.
Name | Age | Height |
Peter | 29 | 175 |
- Display the details related to Alex.
Thanks for your feedback!
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.
Name | Age | Height |
Peter | 29 | 175 |
- Display the details related to Alex.