fork download
  1. foo={}
  2. print type(foo)# your code goes here
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
<type 'dict'>