Question: in python please Write a function called maximum_product, that finds the maximum possible product between two lists of integers. Save your function in a file

 in python please Write a function called maximum_product, that finds the

in python please

Write a function called maximum_product, that finds the maximum possible product between two lists of integers. Save your function in a file called hw03_01.py. Your maximum_product function should take two input parameters representing two separate lists of integers and return the maximum possible product between one number from the first list and another number from the second list. The following example output demonstrates how the function might behave. If one of the lists or both lists are empty, the function should return None as the maximum product

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!