Open In App
Related Articles

Python | Operators | Question 2

Improve Article
Improve
Save Article
Save
Like Article
Like

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

Last Updated : 28 Jun, 2021
Like Article
Save Article
Similar Reads