Question: Write a function in Python that accepts two lists both of which consists of numbers and returns the total sum of all the even numbers
Write a function in Python that accepts two lists both of which consists of numbers and returns the total sum of all the even numbers integers from both lists. If there are no even numbers in the list, the function should return 0.
Test with: [10, 10, 2, 3] and [2, 2, 2]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
