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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!