Python program to print words from list having 3 letters with index
Accept a list of words and write a Python program to print words from list having 3 letters with index. Observe this example : Python program to print words from list having 3 letters with index – Sample Output Program Definition Write a function ThreeLetters(L), where L is the list of elements (list of words) … Read more