what are the main error types? which types are most dangerous and why?in Python
Answers
Answered by
7
Answer:
the main types of errors are:-
1)runtime errors
2)syntax errors
3)logic errors
the most dangerous would be runtime errors as if proper errors handling is not done my create error like division by 0.next logical where a code may run but yield undesirable output and finally less trivial are syntax as one will be prompted before running
Similar questions