# if you have a srting and you want to find a specific word in that string using python lisy do this: for x in range(len(listName)): if listName[x] in string: print("Found")