Computer Science
Fill in the blanks:
The _________ function sorts a list and makes changes in the list.
Python List Manipulation
1 Like
Answer
sort()
Answered By
2 Likes
Related Questions
Fill in the blanks:
The _________ function is used to delete element to remove an element from designated index in a list.
Fill in the blanks:
The _________ function can append a list elements to a list.
Fill in the blanks:
The _________ function sorts a list and returns another list.
State whether the following statement is True or False :
The list( ) and copy( ) are the similar functions.