SyntaxFix
Write A Post
Hire A Developer
Questions
>>> L = [0,10,20,40] >>> L[::-1] [40, 20, 10, 0]
Extended slice syntax is explained well in the Python What's new Entry for release 2.3.5
2.3.5
By special request in a comment this is the most current slice documentation.