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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
