Re: list object

2008-05-11 Thread Larry Hale
On May 10, 12:39 pm, Gandalf <[EMAIL PROTECTED]> wrote: > my manual contain chapter about lists with python. when i try to copy > paste : > > li = ["a", "b", "mpilgrim", "z", "example"] (1) > > it i get this errore: > > "TypeError: 'list' object is not callable" > > i was wondering if their is any

Re: list object

2008-05-10 Thread Terry Reedy
"member thudfoo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | On 5/10/08, Gandalf <[EMAIL PROTECTED]> wrote: | > my manual contain chapter about lists with python. when i try to copy | > paste : | > | > li = ["a", "b", "mpilgrim", "z", "example"] (1) | > | > | > it i get this

Re: list object

2008-05-10 Thread member thudfoo
On 5/10/08, Gandalf <[EMAIL PROTECTED]> wrote: > my manual contain chapter about lists with python. when i try to copy > paste : > > li = ["a", "b", "mpilgrim", "z", "example"] (1) > > > it i get this errore: > > "TypeError: 'list' object is not callable" > > i was wondering if their is any s