On Wed, May 12, 2010 at 2:01 AM, <pyt...@bdurham.com> wrote: >> word[len(word)-1:]
This works just as well: >>> word[-1:] cheers James -- http://mail.python.org/mailman/listinfo/python-list
On Wed, May 12, 2010 at 2:01 AM, <pyt...@bdurham.com> wrote: >> word[len(word)-1:]
This works just as well: >>> word[-1:] cheers James -- http://mail.python.org/mailman/listinfo/python-list