Python

medium
0/15 answered
Q1

What is the output of: print(min([3, 1, 4, 1, 5], key=lambda x: -x))

1 / 15