Computer Science

Which of the following will always return a list?

  1. max( )
  2. min( )
  3. sort( )
  4. sorted( )

Python List Manipulation

5 Likes

Answer

sorted( )

Answered By

1 Like


Related Questions