def __iter__(self): return iter(self.seq) # Container -> Sequence -> MutableSequence (Abstract Method)