fork download
  1. a = [1,2,3,None,(),[],]
  2. print len(a)
Success #stdin #stdout 0s 23304KB
stdin
Standard input is empty
stdout
6