Python Compiler : Python

mrx = 10 varb = 9 print(mrx == varb) # returns False because 10 is not equal to 9