Question 5 Define a function overlapping () that takes two lists and returns true if they have at least one member in common, False otherwise.
Defining a function to check if two lists are overlapping
For loop which iterates from 0 to the length of ‘l1’
If at any point the elements in the list overlap, then the function returns true
Taking the length of the 2 lists and assigning it to variables len1 and len2
For loop which iterates from 0 to the length of ‘l2’
If the elements of the 2 lists don’t overlap at any point then the function returns false
Made by
Davneet Singh
Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science and Computer Science at Teachoo
Hi, it looks like you're using AdBlock :(
Displaying ads are our only source of revenue. To help Teachoo create more content, and view the ad-free version of Teachooo... please purchase Teachoo Black subscription.
Please login to view more pages. It's free :)
Teachoo gives you a better experience when you're logged in. Please login :)
Solve all your doubts with Teachoo Black!
Teachoo answers all your questions if you are a Black user!