[Tutor] how to unique the string

lina lina.lastname at gmail.com
Sat Oct 22 19:05:27 CEST 2011


On 23 Oct, 2011, at 0:22, Devin Jeanpierre <jeanpierreda at gmail.com> wrote:

> You should be able to do this yourself, with the help of the following link:
> 
> http://docs.python.org/library/stdtypes.html#set

Thanks. 
> 
> Is this a homework question?

No. 
> 
> Devin
> 
> On Sat, Oct 22, 2011 at 12:09 PM, lina <lina.lastname at gmail.com> wrote:
>> Hi,
>> 
>> I googled for a while, but failed to find the perfect answer,
>> 
>> for a string
>> 
>> ['85CUR', '85CUR']
>> 
>> how can I unique it as:
>> 
>> ['85CUR']
>> 
>> Thanks,
>> _______________________________________________
>> Tutor maillist  -  Tutor at python.org
>> To unsubscribe or change subscription options:
>> http://mail.python.org/mailman/listinfo/tutor
>> 


More information about the Tutor mailing list