Question: in python Write a function called makeCostMatrix that takes in 2 parameters, n (the number of people, or rows) and m (the number of tasks,

 in python Write a function called makeCostMatrix that takes in 2

in python

Write a function called makeCostMatrix that takes in 2 parameters, n (the number of people, or rows) and m (the number of tasks, or columns) and makes a list of lists to represent an n by m matrix. Each entry of the list should be a random integer between 100 and 200. Be sure to generate new random numbers each time the function is called

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!