Challenge: Generate a Progress Report
Progress reports help teachers communicate student performance. In this challenge, you'll generate a text report summarizing each student's grades.
Swipe to start coding
Write a Python script that creates a text file containing each student's name and average grade.
- For each student in the
studentslist, calculate the average of the values in thegradeslist. - If a student has no grades, use
0as their average grade. - Write a line for each student in the text file specified by
filename, formatted as:Student: {name}, Average Grade: {average}. - The average grade should be shown with two decimal places.
Løsning
Takk for tilbakemeldingene dine!
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Can you show me an example of the student data?
What format should the final report be in?
How detailed should each student's summary be?
Fantastisk!
Completion rate forbedret til 4.76
Challenge: Generate a Progress Report
Sveip for å vise menyen
Progress reports help teachers communicate student performance. In this challenge, you'll generate a text report summarizing each student's grades.
Swipe to start coding
Write a Python script that creates a text file containing each student's name and average grade.
- For each student in the
studentslist, calculate the average of the values in thegradeslist. - If a student has no grades, use
0as their average grade. - Write a line for each student in the text file specified by
filename, formatted as:Student: {name}, Average Grade: {average}. - The average grade should be shown with two decimal places.
Løsning
Takk for tilbakemeldingene dine!
single