Home / CSE MCQs / Python MCQs :: Discussion

Discussion :: Python MCQs

  1. Which function overloads the == operator?
  2. A.
    __eq__()
    B.
    __equ__()
    C.
    __isequal__()
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The other two do not exist.


Be The First To Comment