Computer Science, asked by joankim610, 6 months ago

In what order are the operators in the following expressions evaluated?
(a) 2 + 3 == 4 or a >= 5
(b) lst[1] * -3 < -10 == 0
(c) (lst[1] * -3 < -10) in [0, True]
(d) 2 * 3**2
(e) 4 / 2 in [1, 2, 3]

Answers

Answered by jagritrakshit72568
0

Answer:

I think answer is A

Explanation:

Hiiiiiii

I hope it is helpful for you

Answered by krishnakumar69049
0

Answer:

The answer is A.......

Similar questions