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

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
Get step-by-step solutions from verified subject matter experts
