Question: Write a function named count_in_range that takes a list of numbers as a parameter and returns the number of values in the input that are

Write a function named "count_in_range" that takes a list of numbers as a parameter and returns the number of values in the input that are between 10.2 and 39.69 not including these end points.
Sir, I tried the answer u post me before, but it's wrong.
Here is the answer u gave me. But it's not work.
python Write a function named "count in range" that takes a list of numbers as a parameter and returns the number of values in the input that are between 10.2 and 39.69 not including these end points def count inrangelist): 3for v in list: if v > 18.2 end v
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
