On 04/05/2014 07:46 PM, Jim Byrnes wrote:
Ubuntu 12.04 python 3.3
I was working through an exercise about sets. I needed to find the duplicates in
a list and put them in a set. I figured the solution had to do with sets not
supporting duplicates. I finally figured it out but along the way I wa
On 04/05/2014 01:15 PM, Steven D'Aprano wrote:
On Sat, Apr 05, 2014 at 12:46:19PM -0500, Jim Byrnes wrote:
Ubuntu 12.04 python 3.3
I was working through an exercise about sets. I needed to find the
duplicates in a list and put them in a set. I figured the solution had
to do with sets not suppo
On Sat, Apr 05, 2014 at 12:46:19PM -0500, Jim Byrnes wrote:
> Ubuntu 12.04 python 3.3
>
> I was working through an exercise about sets. I needed to find the
> duplicates in a list and put them in a set. I figured the solution had
> to do with sets not supporting duplicates. I finally figured i
Ubuntu 12.04 python 3.3
I was working through an exercise about sets. I needed to find the
duplicates in a list and put them in a set. I figured the solution had
to do with sets not supporting duplicates. I finally figured it out but
along the way I was experimenting in idle and got some res