lets say L=[ [asdf,4.0], [fdsa,8], [abcd,98]
how can i get the 2nd value of the sublist returned. for example if it were a function
return_value(as df, L)------------> it would return 4.0
how can i do this? any help would be appreciated.
how can i get the 2nd value of the sublist returned. for example if it were a function
return_value(as df, L)------------> it would return 4.0
how can i do this? any help would be appreciated.
Comment