What will be the output of the following Python function?min(max(False,-3,-4), 2,7) - Study24x7
Social learning Network
31 Jan 2024 10:32 AM study24x7 study24x7

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

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles