Python Compiler : Python

mrx = 10 varb = 9 print(mrx < varb) # returns False because 10 is not less than 9