a=int(input("Enter a number:"))
b=int(input("Enter a number:"))
print("A=",a,"and B = ",b))
print("The a>b or a==b=",a>b or a==b)
print("The a >b or a == b=",a>b and a == b
print ( "The not a>b = ", not a>b)
To embed this project on your website, copy the following code and paste it into your website's HTML: