Function Python Add Operator

This is the Python add operator (+).

Format:

expression left + right

Input:

number left -
number right -

Output:

expression - None

Properties that reference this function:

expression a + b = __add__(a, b) (Addition To Function Call Property)


Comments

Please log in to add comments