Manipulating lists - English

12722 visits



Outline:

Various manipulation in lists Slicing of lists Syntax and demonstration of slicing of lists How to use step value in slicing Striding of list Examples with various parameters in striding of list sort method in list Usage of sorted() built-in function Reverse a list Striding with negative values How to store a new reversed list in another variable