Hello,
    Suppose i have a 2D list(grid) like

grid = [[1,1,2,7,6,9],\
          [,9,1,1,1,9,1],\
          [8,1,2,0,0,4],\
          [1,4,1,1,8,5]]

how can i access to all the elements of the list from column no. 5.

output should be like [6,9,0,8]...

thanks,-
Varsha Purohit,
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to