fork download
  1. type("123")
  2. type("True")
  3. type('')
  4. type("Hello")
  5.  
  6. print(type)
  7.  
  8.  
  9.  
Success #stdin #stdout 0.03s 9644KB
stdin
8
stdout
<class 'type'>