Which of the following options is true in Python?
2023
Which of the following options is true in Python?
Answer: A. Execution / Runtime errors can be handled using try...except — Answer: Execution
- 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 1681 students.
Show answer & explanation
Correct answer: A
Answer: Execution
Loading lesson…