What will be the output of the following Python function? min(max(False,-3,-4), 2,7)
What will be the output of the following Python function?
min(max(False,-3,-4), 2,7)
a. -4
b. -3
c. 2
d. False
What will be the output of the following Python function?
min(max(False,-3,-4), 2,7)
a. -4
b. -3
c. 2
d. False