Re: lists and list item matches (ghost wodgame)

2010-09-24 Thread nn
On Sep 23, 8:46 pm, Baba raoul...@gmail.com wrote: On Sep 23, 8:13 pm, nn prueba...@latinmail.com wrote: On Sep 23, 1:25 pm, Baba raoul...@gmail.com wrote: On Sep 23, 4:17 pm, nn prueba...@latinmail.com wrote: On Sep 23, 10:56 am, nn prueba...@latinmail.com wrote: On Sep 22,

Re: lists and list item matches (ghost wodgame)

2010-09-23 Thread nn
On Sep 22, 6:39 pm, Baba raoul...@gmail.com wrote: On Sep 22, 9:18 pm, Baba raoul...@gmail.com wrote: On Sep 22, 3:38 pm, nn prueba...@latinmail.com wrote: On Sep 21, 6:39 pm, Baba raoul...@gmail.com wrote: Hi query level: beginner as part of a learning exercise i have

Re: lists and list item matches (ghost wodgame)

2010-09-23 Thread nn
On Sep 23, 10:56 am, nn prueba...@latinmail.com wrote: On Sep 22, 6:39 pm, Baba raoul...@gmail.com wrote: On Sep 22, 9:18 pm, Baba raoul...@gmail.com wrote: On Sep 22, 3:38 pm, nn prueba...@latinmail.com wrote: On Sep 21, 6:39 pm, Baba raoul...@gmail.com wrote: Hi query

Re: lists and list item matches (ghost wodgame)

2010-09-23 Thread Baba
On Sep 23, 4:17 pm, nn prueba...@latinmail.com wrote: On Sep 23, 10:56 am, nn prueba...@latinmail.com wrote: On Sep 22, 6:39 pm, Baba raoul...@gmail.com wrote: On Sep 22, 9:18 pm, Baba raoul...@gmail.com wrote: On Sep 22, 3:38 pm, nn prueba...@latinmail.com wrote: On Sep 21,

Re: lists and list item matches (ghost wodgame)

2010-09-23 Thread nn
On Sep 23, 1:25 pm, Baba raoul...@gmail.com wrote: On Sep 23, 4:17 pm, nn prueba...@latinmail.com wrote: On Sep 23, 10:56 am, nn prueba...@latinmail.com wrote: On Sep 22, 6:39 pm, Baba raoul...@gmail.com wrote: On Sep 22, 9:18 pm, Baba raoul...@gmail.com wrote: On Sep 22, 3:38 

Re: lists and list item matches (ghost wodgame)

2010-09-23 Thread Baba
On Sep 23, 8:13 pm, nn prueba...@latinmail.com wrote: On Sep 23, 1:25 pm, Baba raoul...@gmail.com wrote: On Sep 23, 4:17 pm, nn prueba...@latinmail.com wrote: On Sep 23, 10:56 am, nn prueba...@latinmail.com wrote: On Sep 22, 6:39 pm, Baba raoul...@gmail.com wrote: On Sep 22,

Re: lists and list item matches (ghost wodgame)

2010-09-23 Thread Baba
On Sep 23, 8:13 pm, nn prueba...@latinmail.com wrote: On Sep 23, 1:25 pm, Baba raoul...@gmail.com wrote: On Sep 23, 4:17 pm, nn prueba...@latinmail.com wrote: On Sep 23, 10:56 am, nn prueba...@latinmail.com wrote: On Sep 22, 6:39 pm, Baba raoul...@gmail.com wrote: On Sep 22,

Re: lists and list item matches (ghost wodgame)

2010-09-22 Thread nn
On Sep 21, 6:39 pm, Baba raoul...@gmail.com wrote: Hi query level: beginner as part of a learning exercise i have written code that: a) asks for a single letter input (assumption: only 1 letter wil be entered) b) adds that letter to list1 and then goes through list2 and checks:     1)

Re: lists and list item matches (ghost wodgame)

2010-09-22 Thread Baba
On Sep 22, 3:38 pm, nn prueba...@latinmail.com wrote: On Sep 21, 6:39 pm, Baba raoul...@gmail.com wrote: Hi query level: beginner as part of a learning exercise i have written code that: a) asks for a single letter input (assumption: only 1 letter wil be entered) b) adds that

Re: lists and list item matches (ghost wodgame)

2010-09-22 Thread Baba
On Sep 22, 9:18 pm, Baba raoul...@gmail.com wrote: On Sep 22, 3:38 pm, nn prueba...@latinmail.com wrote: On Sep 21, 6:39 pm, Baba raoul...@gmail.com wrote: Hi query level: beginner as part of a learning exercise i have written code that: a) asks for a single letter input

Re: lists and list item matches (ghost wodgame)

2010-09-22 Thread cbr...@cbrownsystems.com
On Sep 22, 3:39 pm, Baba raoul...@gmail.com wrote: On Sep 22, 9:18 pm, Baba raoul...@gmail.com wrote: On Sep 22, 3:38 pm, nn prueba...@latinmail.com wrote: On Sep 21, 6:39 pm, Baba raoul...@gmail.com wrote: Hi query level: beginner as part of a learning exercise i have

lists and list item matches (ghost wodgame)

2010-09-21 Thread Baba
Hi query level: beginner as part of a learning exercise i have written code that: a) asks for a single letter input (assumption: only 1 letter wil be entered) b) adds that letter to list1 and then goes through list2 and checks: 1) if any item in list2 starts with list1 if False: break