Question: Can you help me to do this by using Pythons with Jupyter please ? thanks 6. Write a function my_n_odds (a), where a is a
6. Write a function my_n_odds (a), where a is a one-dimensional array of floats and the output is the number of odd numbers in a. Test Cases: In: my_n_odds (nparange(100)) Out: 50 In: my_n_odds (np.arange (2,100,2)) Out: 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
