How can I write a lambda expression that\'s equivalent to:
def x(): raise Exception()
The following is not allowed:
y =
Functions created with lambda forms cannot contain statements.