We can access a specific tuple in a list by its index, just like here with scores[0] for the first tuple.
scores[0]
Make sure to type scores[0].