On Thu, 13 May 2010 03:58:45 am Su Chu wrote:
> My problem is as follows:
> I have three lists, one with unique values (list 1), one a sequence
> of values that are not necessarily unique (list2), and a shorter list
> with the unique values of list 2 (list 3). List 1 and List 2 are of
> equal leng
On Wed, May 12, 2010 at 1:22 PM, bob gailer wrote:
> On 5/12/2010 1:58 PM, Su Chu wrote:
>>
>> I have three lists, one with unique values (list 1), one a sequence of
>> values that are not necessarily unique (list2), and a shorter list with the
>> unique values of list 2 (list 3). List 1 and List
On 05/13/10 03:58, Su Chu wrote:
> Hi there,
>
> I am new to Python. I am attempting to either define a "which" statement or
> to find a method that already exists to do this sort of operation.
>
> My problem is as follows:
> I have three lists, one with unique values (list 1), one a sequence of
Su Chu wrote:
Hi there,
I am new to Python. I am attempting to either define a "which" statement or
to find a method that already exists to do this sort of operation.
My problem is as follows:
I have three lists, one with unique values (list 1), one a sequence of
values that are not necessarily
On 5/12/2010 1:58 PM, Su Chu wrote:
I have three lists, one with unique values (list 1), one a sequence of
values that are not necessarily unique (list2), and a shorter list
with the unique values of list 2 (list 3). List 1 and List 2 are of
equal lengths.
An example:
list1 = [ 1, 2, 3, 4,
Hi there,
I am new to Python. I am attempting to either define a "which" statement or
to find a method that already exists to do this sort of operation.
My problem is as follows:
I have three lists, one with unique values (list 1), one a sequence of
values that are not necessarily unique (list2),