Lists

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