How do we access the first element of this list?
test_scores[0]
test_scores[1]
test_scores[90]
Make sure to pick test_scores[0].