• + 0 comments
    avg = "{:.2f}".format(sum(
            student_marks[query_name])/len(student_marks[query_name])
            )
        print(avg)