Page 1 of 1

What will be the output of the following Python function?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
min(max(False,-3,-4), 2,7)
a) -4
b) -3
c) 2
d) False