ques1 Create a lambda which takes two arguments: -first, word to find -second, a string to find given word
if word found return True otherwise False
please provide