list object

Gandalf goldnery at gmail.com
Sat May 10 13:39:40 EDT 2008


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 special module I should import before
i use this function

i know i ask foolish questions it's my first day with python and i
have experience only with PHP and javascript, so please be patient

thanks



More information about the Python-list mailing list