Re: [Tutor] altering a list of lists

2007-11-25 Thread Alan Gauld
"Christina Margaret Berens" <[EMAIL PROTECTED]> wrote > or gold on the board, I have to change one of the spaces to a '+', > but > when I do it, it changes all the elements in that position in each > list. This is a classic sign that you have 5reated your nested list by using the same list inst

Re: [Tutor] altering a list of lists

2007-11-25 Thread Ricardo Aráoz
Christina Margaret Berens wrote: > I am supposed to make a very simple gameboard where a person is to > find the gold by moving up, down, left, or right. I have most of the > math worked out and am trying to place the person on the game board. > We were to make a list of lists for the board, b

Re: [Tutor] altering a list of lists

2007-11-25 Thread John Fouhy
On 26/11/2007, Christina Margaret Berens <[EMAIL PROTECTED]> wrote: > I am supposed to make a very simple gameboard where a person is to > find the gold by moving up, down, left, or right. I have most of the > math worked out and am trying to place the person on the game board. > We were to make a

[Tutor] altering a list of lists

2007-11-25 Thread Christina Margaret Berens
I am supposed to make a very simple gameboard where a person is to find the gold by moving up, down, left, or right. I have most of the math worked out and am trying to place the person on the game board. We were to make a list of lists for the board, but to place the person or gold on the bo