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
"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
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