fork download
  1. a = bytes()
  2. print type(a)
  3. # your code goes here
Success #stdin #stdout 0.01s 7896KB
stdin
Standard input is empty
stdout
<type 'str'>