fork download
  1. # your code goes here
  2.  
  3. i = input('type the string here = ')
  4. v = list(i)
  5. str_len = len(i)
  6. count = 0
  7. print (i)
  8.  
Success #stdin #stdout 0.02s 9224KB
stdin
Asdfghj
stdout
type the string here =  Asdfghj