Max = lambda x,y : x if x > y else (0 if x == y else y) print(Max(0,0)) print(Max(Max(1,4),Max(2,3)))
To embed this project on your website, copy the following code and paste it into your website's HTML: