Advertisements
Advertisements
Question
Answer using Python built-in method/function only:
Write a statement to sort the elements of list L1 in descending order.
Code Writing
Advertisements
Solution
L1.sort(reverse=True)shaalaa.com
Is there an error in this question or solution?
