Python Exercises 4 Lists
Python Exercises 4 Lists
10. Write a Python program to find the list of words that are
longer than n from a given list of words.
11. Write a Python function that takes two lists and returns True
if they have at least one common member.