name three runtime errors that occur python during python pogram execuption
Answers
Answered by
0
Answer:
division by zero.
performing an operation on incompatible types.
using an identifier which has not been defined.
accessing a list element, dictionary value or object attribute which doesn't exist.
trying to access a file which doesn't exist.
Similar questions