David wrote:
Dear Tutors,
I have a list that I wish to reorganise into fewer list items.
What happens is that some of the items belong together:
not ['keine', 'Antwort'] but ['Keine Antwort'].
I am not aware of any list methods that can help me here, and would thus
be grateful for a hint or two
On Sun, 24 Jun 2012 18:11:10 +0200
David wrote:
> I have a list that I wish to reorganise into fewer list items.
> What happens is that some of the items belong together:
> not ['keine', 'Antwort'] but ['Keine Antwort'].
>
> I am not aware of any list methods that can help me here, and would
>
On 24/06/12 17:11, David wrote:
Dear Tutors,
I have a list that I wish to reorganise into fewer list items.
What happens is that some of the items belong together:
not ['keine', 'Antwort'] but ['Keine Antwort'].
I am not aware of any list methods that can help me here, and would thus
be gratefu
On 6/24/2012 9:11 AM David said...
Dear Tutors,
I have a list that I wish to reorganise into fewer list items.
What happens is that some of the items belong together:
not ['keine', 'Antwort'] but ['Keine Antwort'].
Can you define the complete list of items that belong together?
If so, there's
Dear Tutors,
I have a list that I wish to reorganise into fewer list items.
What happens is that some of the items belong together:
not ['keine', 'Antwort'] but ['Keine Antwort'].
I am not aware of any list methods that can help me here, and would thus
be grateful for a hint or two.
Thank you!