fork download
  1. str = "this is string";
  2.  
  3. print len(str)
  4.  
Success #stdin #stdout 0.08s 8832KB
stdin
Standard input is empty
stdout
14