lambda x, y: x + y print lambda(2,3)
Standard input is empty
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/py_compile.py", line 117, in compile
raise py_exc
py_compile.PyCompileError: Sorry: IndentationError: unexpected indent (prog.py, line 1)
Standard output is empty