G
Gandalf
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
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