a = 10 b = 12 c = 0 if (a>b) or (b>c): print("All the numbers have boolean value as True") else: print("Atleast one number has boolean value as False")
To embed this project on your website, copy the following code and paste it into your website's HTML: