medium
Sum Even Integers
Create a Python function to calculate the sum of even numbers in a list.
📝 프롬프트 내용
Write a Python function that accepts a list of integers and returns the sum of only the even numbers found in that list.