Raised when a sequence subscript is out of range. Slice indices are silently truncated; out-of-range integer indices raise this exception.
Raised when an index is out of range for an Array or String, or when a key is not found in some contexts.