Open In App

Python | Operators | Question 2

Which function overloads the >> operator?
(A) more()
(B) gt()
(C) ge()
(D) None of the above

Answer: (D)
Explanation: rshift() overloads the >> operator
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :