Question: Create a function that receives as input the value c - critical and the lists river _ name and c _ river. river _ name:

Create a function that receives as input the value c-critical and the
lists river_name and c_river.
river_name: contains names of rivers
c_river: contains the average pollutant concentration level of each river,
in order, listed in river_name
c_crit: critical pollutant concentration threshold
The function must return a list with the names of the rivers with
pollutant concentrations levels greater than c_critical
For example, if river_name =["Rojo", "Violeta", "Verde"], c_river=
[0.9,4,0.7], and c_crit =1, then the function must return
["Violeta"].
Create a function that receives as input the

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 Programming Questions!