Computer Science
Fill in the blanks:
A _________ list contains another list as its member.
Python List Manipulation
2 Likes
Answer
nested
Answered By
2 Likes
Related Questions
Fill in the blanks:
To check if an element is in list, _________ operator is used.
Fill in the blanks:
To delete a list slice from a list, _________ is used
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.