セクション 3. 章 3
single
Challenge: Track Missing Assignments
メニューを表示するにはスワイプしてください
Teachers need to follow up with students who miss assignments. In this challenge, you'll compare a list of all students with a list of submissions to find missing assignments.
タスク
スワイプしてコーディングを開始
Write a Python script that prints the names of students who have not submitted their assignments.
- Compare the
all_studentslist to thesubmitted_studentslist. - Identify students in
all_studentswho are not present insubmitted_students. - Print a list containing the names of students who have not submitted their assignments.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください