tutorial.eyehunts.com
Python operator overloading
Python operator overloading allows a single operator to perform more than one operation based on the class (type) of operands. For example...
Rohit