What will be the output of the following Python code? print(min(max(False, -2,…

2026

What will be the output of the following Python code?

print(min(max(False, -2, -5), 2, 5))

Answer: C. False

  1. A.

    -2

  2. B.

    2

  3. C.

    False

  4. D.

    -5

Attempted by 384 students.

Show answer & explanation

Correct answer: C

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…