Advertisements
Advertisements
प्रश्न
Consider the given expression:
print(19<11 and 29>19 or not 75>30)
Which of the following will be the correct output of the given expression?
पर्याय
True
False
Null
No output
MCQ
Advertisements
उत्तर
False
Explanation:
19<11 → False, 29>19 → True, 75>30 → True
So the expression becomes: False and True or not True → False or False → False
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
