On this pagemul Multiply two numbers def mul( x: int, y: int) - > int Multiply two numbers Parameters NameTypeDescriptionxintThe first integer factor to be multipliedyintThe second integer factor to be multiplied Returns TypeDescriptionintThe product of the two provided integers