#day4
Read more stories on Hashnode
Articles with this tag
Write a Python program to find the second largest element in an array:- x=[2,7,3,4,9,0,2] x.sort() print("The second largest element...