fork download
  1. a="我喜欢吃饭"
  2. print(type(a))
  3.  
Success #stdin #stdout 0.04s 9128KB
stdin
Standard input is empty
stdout
<class 'str'>