Open In App

Python | Operators | Question 2

Like Article
Like
Save Article
Save
Share
Report issue
Report

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
Previous
Next
Share your thoughts in the comments
Similar Reads