Function Python Multiply Operator

This is the Python multiply operator (*).

Format:

expression left * right

Input:

number left -
number right -

Output:

expression - None

Properties that reference this function:

expression a * b = __mul__(a, b) (Multiplication To Function Call Property)


Comments

Please log in to add comments