Code a return statement that accesses and returns the element at index 2 in the email list.
2
email
Make sure to type return email[2].
return email[2]