Which Function Overloads The Operator #765
Which function overloads the // operator?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Mapping Functions - Python Mapping Functions - Quiz No.1.
Which function overloads the // operator?
__div__()
__ceildiv__()
__floordiv__()
__truediv__()