Q76
What is the output of the given code? print "2 is less than 3" unless 2>3
A.
2>3
B.
2 is less than 3
AnswerC.
Syntax error
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board