Suppose grades = [9, 7, 7, 10, 3, 9, 6, 6,
2]
Write in Python
An expression that evaluates to the number of 7
grades
A statement that changes the last grade to
4
An expression that evaluates to the maximum
grade
A statement that sorts the list grades
An expression that evaluates to the average
grade