nellorean.com
Python Exercise6: From Nellorean-Recording the history of Nellore
Write a function to read each char from the word if the char matches with the word find the index of that char,store it in indices return indices def get_indices(word,char): …