Q. What is the output of the given code?
print "2 is less than 3" unless 2>3
print "2 is less than 3" unless 2>3
β
Correct Answer: (B)
x is less than y+1
You must be Logged in to update hint/solution