Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Program 2 : grades.py For your second program in today s lab, you will need to write a program that stores student s exam grades
Program : grades.py
For your second program in todays lab, you will need to write a program that stores students exam
grades as a list and student attendance as a set. Your program will then need to print out the answers to
the following questions:
Grades
a How many students took the exam?
b What was the highest exam grade?
c What was the lowest exam grade?
d What was the class average for the exam?
Attendance
a How many students attended the class?
b Who attended both days of class?
c Who attended only one day of class?
Report any floatingpoint values to decimal place.
Grades List
Exam Grades:
Attendance Sets
Day : Mary, Jake, Sam, Alex, Percy, Jessica, Trent, Mahmoud
Day : Jake, Sam, Alex, Percy, Mahmoud, Trent, Caleb, Zayne
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started