Question: (2 points) Create a function that takes as input a two-dimensional array ?? and a number ??. Each row in the array contains data on
(2 points) Create a function that takes as input a two-dimensional array ?? and a number ??. Each row in the array contains data on earthquakes. The columns of the array represent the following information:
Column 1: earthquake ID
Column 2: earthquake magnitude
Column 3: deaths caused by earthquake
Column 4: economic damages
The function must return the information of all earthquakes with magnitude equal to ??.
IN PYTON
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
