We can loop through the dictionary keys with a for loop, like going through all player keys in the player_scores dictionary.
for
player
player_scores
Make sure to pick for followed by player and then in, player_scores.
in