Computer Science

Fill in the blanks:

The _________ function sorts a list and returns another list.

Python List Manipulation

4 Likes

Answer

sorted()

Answered By

1 Like


Related Questions