A

Admin • 832.27K Points
Coach

Q. Which of these is not a special method in Python?

  • (A) __len__
  • (B) __size__
  • (C) __init__
  • (D) __str__
  • Correct Answer - Option(B)
  • Views: 17
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

__size__ is not a valid Python dunder (double underscore) method.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.