KnowledgeBoat Logo

Computer Science

What will be the value of y after following code fragment is executed ?

x = 10.0
y = (x < 100.0) and x >= 10
  1. 110
  2. True
  3. False
  4. Error.

Python Data Handling

25 Likes

Answer

True

Answered By

4 Likes


Related Questions