fork download
  1. def lambda x, y: x + y
  2.  
  3. print lambda(2,3)
Runtime error #stdin #stdout #stderr 0.12s 23804KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
  File "./prog.py", line 1
    def lambda x, y: x + y
    ^
IndentationError: unexpected indent