What is the purpose of the except clause without specifying an exception type in a try block?
A. To catch any exception that occurs within the try block
B. To catch only specific exceptions
C. To handle syntax errors
D. To define a block
Answer: Option A

Join The Discussion