Q. Which of the following is not a standard exception in Python?

  • (A) nameerror
  • (B) ioerror
  • (C) assignmenterror
  • (D) valueerror
πŸ’¬ Discuss
βœ… Correct Answer: (C) assignmenterror
Explanation: nameerror, ioerror and valueerror are standard exceptions in python whereas assignment error is not a standard exception in python.

Explanation by: Mr. Dubey
nameerror, ioerror and valueerror are standard exceptions in python whereas assignment error is not a standard exception in python.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
919
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate