Robotics & Artificial Intelligence

You can sort the data items of the list using the sort() function.

Python List Manipulation

3 Likes

Answer

True

Reason — The sort() function is used to arrange the elements of a list in ascending or descending order, so it can be used to sort the data items of a list.

Answered By

1 Like


Related Questions