• List()
  • add(item)
  • remove(item)
  • search(item) returns a boolean value
  • isEmpty() returns a boolean value.
  • size()

  • append(item)

  • index(item) returns the position of item in the list.

  • insert(pos,intem)

  • pop()

  • pop(pos) removes and returns the item at position pos.

results matching ""

    No results matching ""