Takes a String parameter. Returns true if the String contains the letter ‘E’ (lowercase or uppercase). (Hint: use the String method indexOf). a. Create a second version that returns the number of e’s in the String.

Python, and using functions