セクション 4. 章 3
single
Challenge: Updating List
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
You are given three lists containing student names: junior_school_students, middle_school_students, and high_school_students.
- Concatenate the first and second lists and store the result in the variable
junior_middle. - Append the
high_school_studentslist to the resulting list and store the result in the variableall_students. - You can use both list concatenation and the
extendmethod to solve this task.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 4. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください