Computer Science, asked by suhail6071, 11 months ago

Explain the different types of errors in python program with example. *​

Answers

Answered by vaishalidevakate52
17

Answer:

1)index error is thrown when trying to access an item at an invalied index

2)module not found error is thrown when a module could not be found

3) key error is thrown when a key is not found.

4) import error is thrown when a specified function can be not found

Answered by ry2124691
0

Answer:

1) index error is throw when trying to access an item at an invalied index

2) module not found error is throw when a module could not be found

3) key error is thrown when a key is not found

4) import error is throw when a specified function can be not found.

Hope it helps to you

Similar questions