#24 Sorting Lists in Python (Python Tutorials)

#24 Sorting Lists in Python (Python Tutorials)

Sorting a list

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.

Watch The Video on Youtube