tutorial.eyehunts.com
Write a Python program to find the second largest number in a list
Use sort() method and negative indexes to write a Python program to find the second largest number in a list.
Rohit