Question: PYTHON LANGUAGE Write a function called small_odd that takes as a parameter an array, and returns the value of the smallest odd number in that

PYTHON LANGUAGE

PYTHON LANGUAGE Write a function called small_odd that takes as a parameter

Write a function called small_odd that takes as a parameter an array, and returns the value of the smallest odd number in that array. (Hint: You will need to have some way of remembering what the smallest number is) For example, consider the array x = numpy.array([6,2,7,4,3]): small_odd(x) should return 3

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