X=10
Y=9

print(X==10 and X>Y) 
print(X==10 or X<Y) 
print(X!=10)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: