On Wed, 12 Jul 2006 05:17:30 -0700, cz wrote:

> Hi there,
> 
> I'm sure there is a very simple solution for my question, I just didn't
> find it up to now.
> I'm using a badly documented module and therefore need to find out
> about how to access the elements in a list.

Er, the same way you would access the elements in any other list?

mylist[0]
mylist[1:5]

etc.


Perhaps you need to rephrase your question.


-- 
Steven.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to