Python Basics

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

Can anyone please explain the above written code line?