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.



Answer :

Other Questions