Open In App

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

Article Tags :