Lists
Across
- 2. used to delete an element from a designated index
- 5. This function can append a list of elements to a list
- 6. returns the item with lowest value
- 9. returns the item with the highest value
- 10. reverses objects of the List in place
- 11. To delete a list slice from a list
Down
- 1. This fuction sorts a list and makes changes in the list
- 3. returns the number of items in the list
- 4. Used to insert an element at a position in a list
- 7. To check if an element is in list, this operator is used
- 8. A list which contains another list as its member
- 9. Data tybes whos values can be changed