McqMate
| Q. |
Which of the following is not an exception handling keyword in Python? |
| A. | try |
| B. | except |
| C. | accept |
| D. | finally |
| Answer» C. accept | |
| Explanation: the keywords ‘try’, ‘except’ and ‘finally’ are exception handling keywords in python whereas the word ‘accept’ is not a keyword at all. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet