Say I have this list:
[['1', '1', '1', '1', '1', '.12'], ['1', '1', '1', '1', '1', '.13']]
And I want to add together the final element of each array (.12 and .13), how do I convert these strings to a real number, and add them together? Also assuming that each array in the list could be of different length.