[Tutor] Newbie python programmer here.

Alan Gauld alan.gauld@blueyonder.co.uk
Tue May 20 15:38:01 2003


> For your information: In Python 2.3, you can do string[::-1].
> 
> yours,
> Gerrit.

Not having looked at 2.3 yet what exactly does that do?
I assume it slices starting from the back somehow but I don't 
think the syntax is exactly obvious...?

Alan G.