Question: Write a Python code which finds common even values between given two lists A and B by using for loop and if statement? If the
Write a Python code which finds common even values between given two lists A and B by using for loop and if statement?
If the lists are given as follows, list1=[10,66,45,13,18,8] list2=[8,17,5,66,18,22, 6,548], then the common even values are 8,66, and 18.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
