A

Admin • 833K Points
Coach

Q. What is the output of `print(5 > 3 and 3 < 1)`?

  • (A) True
  • (B) False
  • (C) None
  • (D) Error
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Both conditions must be true. `3 < 1` is false.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.