Python Compiler : Python

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