Question: Count the number of "a" characters in this text file:http://www.pythonhow.com/data/universe.txt

Expected output:

47

Hint: Use the requests library to load the text file content in Python and thenuse the count method.