• + 1 comment

    Would the code still worked if i replaced b=sorted(list(set(scorelist)))[1] with b=(list(set(scorelist))[1] Essentially i removed the sorted()