Challenge: Retrieving Information from Nested List
Tehtävä
Swipe to start coding
You've been provided with the list people, which includes sub-lists detailing the names and ages of five individuals, as shown below:
| Name | Age |
|---|---|
| Alex | 23 |
| Noah | 34 |
| Peter | 29 |
| John | 41 |
| Michelle | 35 |
To extract specific information using indexing, follow these steps:
- Display the details (the entire sub-list) of the fourth person.
- Display the name of the first person.
- Display the age of the fifth person.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 4. Luku 5
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Suggested prompts:
Tiivistä tämä luku
Explain code
Explain why doesn't solve task
Awesome!
Completion rate improved to 1.64
Challenge: Retrieving Information from Nested List
Pyyhkäise näyttääksesi valikon
Tehtävä
Swipe to start coding
You've been provided with the list people, which includes sub-lists detailing the names and ages of five individuals, as shown below:
| Name | Age |
|---|---|
| Alex | 23 |
| Noah | 34 |
| Peter | 29 |
| John | 41 |
| Michelle | 35 |
To extract specific information using indexing, follow these steps:
- Display the details (the entire sub-list) of the fourth person.
- Display the name of the first person.
- Display the age of the fifth person.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 4. Luku 5
single