bearbo4736 bearbo4736 19-12-2022 Mathematics Answered define a function log that calulates the base 10 logarithm of the list num val. using the list comprehension method, write a for loop that applies the log function to only the odd values in the list.