def O(f,x):
    K = lambda A,B=f,C=x: B(C,A)
    return K
print(O(O,(lambda A,B:B+A))(1)(1))

Embed on website

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