18
Question Question 18
What will be the value of y after following code fragment is executed ?
x = 10.0
y = (x < 100.0) and x >= 10- 110
- True ✓
- False
- Error.
What will be the value of y after following code fragment is executed ?
x = 10.0
y = (x < 100.0) and x >= 10