fork download
  1. # your code goes herepri
  2. print type(lambda:None)
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
<type 'function'>