Question from the Python - Fundamentals test

Sort a list in descending order in Python

Medium

l is an instance of type list. What is the output of the following code ?

sorted(l, reverse=True)
Author: ThéoStatus: PublishedQuestion passed 273 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!