Based on what you initally stated, that you would have a list containing 500
numbers, and for each number, there would be a player, using a dict would be
ideal. For example, once you've got the winning number, how do you then
intend on handling what happens to each player as they win? Do you intend to
forget them? The player index need not be a name - it could be a number,
simply referring to the player, and then storing each number that player
stores in a list, for example
players = {1:[0,0,0,0,0]....n:[0,0,0,0,0]}
This is just some food for thought.
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor