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
- How do I get a slice of a string held in a tuple? Lorenzo Thurman
- Re: How do I get a slice of a string held in a tupl... [EMAIL PROTECTED]
- Re: How do I get a slice of a string held in a ... Lorenzo
- Re: How do I get a slice of a string held i... Georg Brandl
- Re: How do I get a slice of a string held i... [EMAIL PROTECTED]
- Re: How do I get a slice of a string he... Lorenzo
- Re: How do I get a slice of a stri... Alex Martelli
- Re: How do I get a slice of a string held i... Lorenzo
- Re: How do I get a slice of a string held in a ... Lorenzo
- Re: How do I get a slice of a string held i... [EMAIL PROTECTED]