Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

In this part of our python tutorials series, you will learn how to sort a list. Sorting
a list depends on the elements. If the elements are strings with letters, then the sorting
is based on the alphanumeric sequence and if the elements are of the float or integer type,
the sorting starts from the smallest number to the greatest one.

Join the conversation