The function takes a word as input and replaces all the letters in the word with the letter "e". For example, if the input word is "Paris", the function will output "eParis".

