We can then retrieve the individual values by their indices, like the highest score with data[0], and the smallest with data[1].
data[0]
data[1]
Make sure to pick highest, followed by data[1].
highest