--- caroliina <[EMAIL PROTECTED]> wrote:

> 
> i made a list of lists but i cant write it into a
> file. how do i get the
> first string in a sublist?
> -- 

Try doing this:

print list_of_lists
print list_of_lists[0]
print list_of_lists[0][0]
print list_of_lists[0][0][0]

It might give you some insight.  If you're still stuck
after that, it would help if you posted a little bit
of your code.  Good luck!




      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to