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
: 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
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