Python Compiler : Python

mrx = 10 print(mrx > 3 and mrx > 9) # returns True because 10 is greater than 3 AND 10 is less than 9