Q. Evaluate and justify :
(a) 0 or None and "or"
(b) 1 or None and 'a' or 'b
(c) False and 23
(d) 23 and False
(e) not (1 == 1 and 0 != 1)
(f)("abc" =="Abc" and not (2 == 3 or 3 == 4)
(g) False and 1 == 1 or not True or 1 ==1 and False or 0==0
Answer =
(a)>>>
(b) 1
(c) False
(d) False
(e) False
(f) False
(g)True
You can uderstand by watching videos -----
You can uderstand by watching videos -----
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )