Computer Science
Fill in the blanks:
The _________ function can append a list elements to a list.
Python List Manipulation
1 Like
Answer
extend()
Answered By
3 Likes
Related Questions
Fill in the blanks:
The _________ function is used to insert element at a designated position in a list.
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 sorts a list and makes changes in the list.
Fill in the blanks:
The _________ function sorts a list and returns another list.