Given a list of integers, return the sum of all elements at even indices (0-indexed).
[3, 7, 2, 8, 5, 9]
10
Bot