Given a list of integers, write a function to return the sum of the even numbers in the list.
[1, 2, 3, 4, 5, 6, 7, 8, 9]
20
Bot