Computer Science, asked by bmukherjeekmukherjee, 7 months ago

Evaluate the following Python expressions: i. 5 and True or not 3 and False ii. True!=False or 1==0 and True ​

Answers

Answered by sonuchauhan8810
2

Answer:

helo guys its your answer

Explanation:

5 == 5 True >>> 5 == 6 False. In the first statement, the two operands are equal, so the expression evaluates to True; in the second ...

Similar questions