Computer Science, asked by user12318, 6 hours ago

Q13. Given the following definitions: x, y, z = 3, 5, 7 evaluate the following Boolean

expressions:

1. x == 3

2. x < y

3. x >= y

4. x <= y

5. x != y - 2

6. x < 10

7. x >= 0 and x < 10

8. x < 0 and x < 10

9. x >= 0 and x < 2

10. x < 0 or x < 10

11. x > 0 or x < 10

x < 0 or x > 10
.
in python 3​

Answers

Answered by manishabadave502
1

Answer:

ye kaisa Question hai ise kaise solve karte hai

Similar questions