Computer Science, asked by ahsaankhan1302, 11 hours ago

______ is a way to sort a list​

Answers

Answered by Anonymous
0

Explanation:

The sort() method sorts the elements of a given list in a specific ascending or descending order. The syntax of the sort() method is: list.sort(key=..., reverse=...) Alternatively, you can also use Python's built-in sorted() function for the same purpose

Similar questions