I have tried to find this answer, but can only find it in pieces which I'm having trouble putting together.
Assume I have:
aList = [["Monday", "2.03","4.03"],["Tuesday","4.03","5.03"],["Wednesday","3.2","4.3"]]
I would like to iterate over this nested list and change the numbered string values to floats.