• + 1 comment

    print("{:.2f}".format(sum(student_marks.get(query_name))/3))

    This was my answer,passed all the test codes. Going through the discussion section, people are saying it's really tough. Can you explain to me what am I missing out in my logic? Thanks