There are actually two methods in tuple. Count method: It returns the occurence of the element in a tuple. Index method: it returns the index of the element in the tuple. we cannot clear all the elements in a tuple, so we use python generic delete keyword del to delete the entire tuple.