what is wrong with my python code?

Dongsheng Ruan ruan at jcmills.com
Wed Feb 7 12:43:34 EST 2007


I got feed back saying" list object is not callable". But I can't figure out 
what is wrong with my code.

A=[3,5,4,9,6,7]
l=len(A)-1

for i in range(l):
     print A(i) 





More information about the Python-list mailing list