# your code goes here # your code goes here find_max2 = lambda a: max(filter(max(a).__ne__,a)) l = [1, 2, 3, 4, 5]print( find_max2(l) )
Standard input is empty
4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!