Q. What is the output of the following?
if 1<2
print "one is less than two"
end
if 1<2
print "one is less than two"
end
β
Correct Answer: (A)
One is less than two
You must be Logged in to update hint/solution