test_eq(multiply(10,10), 100)
multiply
multiply(a, b)
a
b
multiply values
Args:
a ([float/int]): any value b ([float/int]): any value