• + 3 comments

    please explain this thing :---

    b=sorted(list(set(scorelist)))[1]

        for a,c in sorted(marksheet):
             if c==b:
                    print(a)