Why does this for loop only iterate 6 times. I just don't understand what is wrong. players = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R'] # define the add_player to team function def add_player_to_team(team1, team2): # pick a player and add them to the ...