Which of the following exceptions is raised when the sequence subscript is out of range?

Questions & AnswersCategory: PythonWhich of the following exceptions is raised when the sequence subscript is out of range?
Geek Boy Staff asked 2 years ago

Which of the following exceptions is raised when the sequence subscript is out of range?
a. exception IndexError
b. exception OverflowError
c. exception UnboundLocalError
d. exception EOFError