You can use sets: teamA = set(random.sample(players, 4)) teamB = set(players) - teamA HTH -- Miki Tebeka <miki.tebeka at gmail.com> http://pythonwise.blogspot.com