>>> whales = [5, 4, 7, 3, 2, 3, 2, 6, 4, 2, 1, 7, 1, 3] >>> whales[1001] Traceback (most recent call last): File "", line 1, in ? IndexError: list index out of range