セクション 4. 章 5
single
Challenge: Retrieving Information from Nested List
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 4. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください