• + 0 comments
    marks = student_marks[query_name]
    mean_marks = sum(marks) / len(marks)
    print(f'{mean_marks:.2f}')