Write a function named multiply_3_numbers that takes three parameters, multiplies them together, and returns the result. Now write a test file for that function that contains at least 5 tests. Remember that the parameters could be ints or floats.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Write a function named multiply_3_numbers that takes three parameters, multiplies them together, and returns the result. Now write a test file for that function that contains at least 5 tests. Remember that the parameters could be ints or floats.