Python Compiler : Python

mrx = 10 varb = 9 print(mrx > varb) # returns True because 10 is greater than 9