I have tuple which hold a string in tup[0]. I want to get a slice of 
that string. I thought I would do something like:
tup[0][start:end]
But this fails. How do I go about it? I googled this and found a couple 
of references, but no solution.
TIA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to