The for loop moves through the list starting at the first value, so we'll assign it to the first value of the user_scores list to start.

Make sure to pick = followed by user_scores and then [, 0, ].