Given a list of integers, return the sum of the elements at even indices (0-based indexing).
[1, 2, 3, 4, 5, 6, 7, 8]
16
Bot