Python | Operators | Question 3
Which operator is overloaded by the or() function?
(A) ||
(B) |
(C) //
(D) /
Answer: (B)
Explanation: or() function overloads the bitwise OR operator
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...