セクション 2. 章 5
single
Challenge: Calculate Grade Statistics
メニューを表示するにはスワイプしてください
Teachers often need to summarize class performance. In this challenge, you'll calculate the average, highest, and lowest grades from a dictionary of student grades.
タスク
スワイプしてコーディングを開始
Write a Python script that takes a dictionary of student grades and prints the average, highest, and lowest grades.
- Calculate the average of all the values in the
gradesdictionary. - Find the highest value in the
gradesdictionary. - Find the lowest value in the
gradesdictionary. - Print the average, highest, and lowest grades.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください