Computer Science, asked by ashutoshsatpathy04, 6 months ago

What will be the output of following statements;

>>> (5>6) or (6>5)

>>> (4==4) or (7==9)

>>> (5>6) and (6>5)

>>> (4==4) and (7==9)​

Answers

Answered by madhalaimuthucharlas
1

Answer:

True

True

False

False

Hope this answer will help you

Similar questions