CBSE Class 12 Computer Science Question 26 of 30

Exception Handling — Question 1

Back to all questions
1
Question

Question 1

ValueError occurs due to wrong indentation in a program.

Answer

False

Reason — A ValueError is raised when a built-in operation or function receives an argument that has the right type but an inappropriate value.