fork download
  1. # your code goes here
  2. string="hello"
  3. size = len(string)
  4.  
  5. print size
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
5