Which of the following options is true in Python?
2023
Which of the following options is true in Python?
- A.
Execution / Runtime errors can be handled using try...except
- B.
No errors can be handled using try...except
- C.
Logical errors can be handled using try...except
- D.
Syntax errors can be handled using try...except
Attempted by 1543 students.
Show answer & explanation
Correct answer: A
Answer: Execution