Page 5 - Lesson Note - TUPLES
P. 5
del
(deletes the object/item from memory)
BUILT IN FUNCTIONS
count
(counts and returns how many times an element occurs in a tuple)
index
(returns the index of the first matched item from the tuple, ValueError if not an element)
tuple
constructor/function used to create tuple from different types of values,
argument must be a sequence string/list/dictionary