medium
Sum Even Integers
Create a Python function to calculate the sum of even numbers in a list.
📝 Konten Prompt
Write a Python function that accepts a list of integers and returns the sum of only the even numbers found in that list.