check if list contain 1 to 3 letter of same pytkind hon code example Example: python find string in list list1 = ["a", "b", "c"] isBInList = "b" in list1 # True