a = 15
b = 42
c = 23

if b >= a and b >= c:
    print("El mayor es b")
if a <= c and a <= b:
    print ("el menor es a")

Embed on website

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