1.IndexError
    IndexError: list index out of range
    索引超界
    2.ValueError
    ValueError: [‘-10’] is not in list
    找不到value
    3.StopIteration
    生成器为空