Create a function that takes an lst and returns the sum of the numbers between two "1"s.
space_apart([1, 0, 1, "1", 4, 3, 2, 3, 2, "1"]) ➞ 14
space_apart(["1", 9, 20, 38, "1"]) ➞ 67
space_apart([3, 2, 9, "1", 0, 0, -1, "1"]) ➞ "invalid"
"invalid" if:
lst.lst."1" is not 1.