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.
Swipe to start coding
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.
Solución
¡Gracias por tus comentarios!
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
How do I calculate the average, highest, and lowest grades from a dictionary?
Can you show me an example of a student grades dictionary?
What should I do if some students have missing grades?
Genial!
Completion tasa mejorada a 4.76
Challenge: Calculate Grade Statistics
Desliza para mostrar el menú
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.
Swipe to start coding
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.
Solución
¡Gracias por tus comentarios!
single