a=33 b=33 if b>a: print("b is greater than a") elif a==b: print("a and b are equal")
To embed this project on your website, copy the following code and paste it into your website's HTML: