On 10/1/2013 6:43 PM, Spyros Charonis wrote:
Dear Pythoners,
I am trying to extract from a set of about 20 sequences, the
characters which are unique to each sequence. For simplicity, imagine
I have only 3 "sequences" (words in this example) such as:
s1='spam'; s2='scam', s3='slam'
I wo
On Tue, Oct 01, 2013 at 11:43:09PM +0100, Spyros Charonis wrote:
> Dear Pythoners,
>
>
> I am trying to extract from a set of about 20 sequences, the characters
> which are unique to each sequence. For simplicity, imagine I have only 3
> "sequences" (words in this example) such as:
>
>
> s1='sp
On 01/10/13 23:43, Spyros Charonis wrote:
I am trying to extract from a set of about 20 sequences, the characters
which are unique to each sequence. For simplicity, imagine I have only 3
"sequences" (words in this example) such as:
s1='spam'; s2='scam', s3='slam'
I would like the character t
On 1/10/2013 18:43, Spyros Charonis wrote:
> Dear Pythoners,
>
>
> I am trying to extract from a set of about 20 sequences, the characters
> which are unique to each sequence. For simplicity, imagine I have only 3
> "sequences" (words in this example) such as:
>
>
> s1='spam'; s2='scam', s3='slam'
Dear Pythoners,
I am trying to extract from a set of about 20 sequences, the characters
which are unique to each sequence. For simplicity, imagine I have only 3
"sequences" (words in this example) such as:
s1='spam'; s2='scam', s3='slam'
I would like the character that is unique to each seque