fork download
  1. who='xiaojiangjiang'
  2. print(type(who))
  3.  
  4.  
Success #stdin #stdout 0.1s 14140KB
stdin
Standard input is empty
stdout
<class 'str'>