• + 0 comments

    avg=(sum(student_marks[query_name]))/(len(student_marks[query_name])) print("%.2f" % avg)