fork download
  1. # your code goes here
  2.  
  3. from __future__ import print_function
  4.  
  5. (lambda: lambda: lambda x: print(x))()()(5)
  6.  
Success #stdin #stdout 0.01s 7852KB
stdin
Standard input is empty
stdout
5