Re: assistance with python coding

2006-09-11 Thread John Purser
On Mon, 2006-09-11 at 11:23 -0500, John Shappell wrote: > I don’t understand what this question is asking; can you clarify for > me and maybe point me in the right direction? > > > > As an exercise, rewrite this line of code without using a sequence > assignment. > > self.cards[i], self.cards

RE: assistance with python coding

2006-09-11 Thread Richard Morello
: python-list@python.orgSubject: assistance with python coding I don’t understand what this question is asking; can you clarify for me and maybe point me in the right direction?   As an exercise, rewrite this line of code without using a sequence assignment. self.cards[i

assistance with python coding

2006-09-11 Thread John Shappell
I don’t understand what this question is asking; can you clarify for me and maybe point me in the right direction?   As an exercise, rewrite this line of code without using a sequence assignment. self.cards[i], self.cards[j] = self.cards[j], self.cards[i]   V/R   CW2 John Shappell