Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Manipulating lists - English

This is a sample video. To access the full content,
please Login

15556 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