Lists
LISTS: • Sequence of values just like strings • Values in the list are called elements or items • A list can contain a list within itself and is called nested list • Lists are mutable • In operator can be used in the same way as strings Map: - it’s a function that acts onto each of the elements in a sequence Reduce:-an operation which combines sequence of characters into a single value Filter:-an operation which acts upon few elements of the list ***If two objects are identical they are also equivalent but if they are equivalent, they are not necessarily identical