Which special method overloads + operator ?
__sum__()
__add__()
__addition__()
__plus__()
+ operator invokes __add__() special method
Comment here: