> > while not game_has_ended:
> >   for current_player in p:
> >     player_does_something(current_player)
> >
>
> I'm curious why someone would even consider using a tuple in this case
> regardless. I think that much of the desire for tuple.index is because
> people use a tuple where they could have a list, but either a) some
> vestige of B&D language programming comes out and they want to make

Maybe someone had to much alcohol when they were coding? Maybe they
don't know better? Maybe they thought that an index method on a
sequence made sense? Who are you to spoil their fun? Could it be that
YOU are the B&D person?

-- 
mvh Björn
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to