Q. Evaluate the following for each expression that is successfully evaluated, determine its value and type for unsuccessful expression, state the reason.


(a) len("hello") ==25/5 or 20/10


(b) 3<5 or 50/(5 - (3 + 2))


(c) 50/(5 - (3 + 2)) or 3 < 5


(d) 2 *(2 *(len ("01"))).


Answer = (a) True

(b) True

(c) zero division error .
(d) 8

You can uderstand by watching videos -----


Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post