Given a list of integers, write a function to return the second largest element in the list.
[3, 8, 1, 5, 7]
7
Bot