Advanced

advanced.multiply_two_numbers(num1, num2)

Multiplies two numbers.

Extended description on multiplying two numbers.

Args:

num1 (int or float): Could be a float or an int num22 (int): the second number to add

Returns:

int: the added value of the two input values.