Access the element "Grace Hooper" by its index, and display it.
"Grace Hooper"
Make sure to type print(scientists[2]).
print(scientists[2])