Assume that both lists and strings are indexed starting with index 1.The list wordList has the following contents.["abc", "def", "ghi", "jkl"]Let myWord be the element at index 3 of wordList. Let myChar be the character at index 2 of myWord. What is the value of myChar ?answer choices"e""f""h""i"