Well done!
You have completed Comprehensive Guide to List Operations and Iteration in Python Quiz!
Quiz Question 1 of 5
Consider the list numbers = [38, 92, 23, 16]
. If you want to sort the list in descending order, which of the following Python methods would you use after calling sort()
?
Choose the correct answer below: