Python Compiler : Python

mrx = 10 varb = 9 print(mrx <= varb) # returns False because ten is neither less than or equal to 9