Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Find Students Needing Improvement | Organizing and Analyzing Grades
Python for Teachers
セクション 2.  3
single

single

bookChallenge: Find Students Needing Improvement

メニューを表示するにはスワイプしてください

Teachers often need to identify students who may need extra support. In this challenge, you'll use a dictionary of grades to find and print the names of students with grades below 70.

タスク

スワイプしてコーディングを開始

Write a Python script that identifies students who scored below 70.

  • Loop through the grades dictionary.
  • For each student, check if their grade is less than 70.
  • Print the name of any student whose grade is below 70.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt