I've got a list that currently looks like this ['15 12 6', '7 20 9 10', '13 17', '3']
I want to be able to get the first number from each index (15,7,13,3), but I'm not sure how. I know how to get the first digit of each number, but I don't know what to do for the numbers with 2 digits.