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 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
Get step-by-step solutions from verified subject matter experts
