MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your Python knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which function overloads the >> operator? |
| A. | __more__() |
| B. | __gt__() |
| C. | __ge__() |
| D. | none of the mentioned |
| Answer» E. | |