fork download
  1. type(+1E10)
  2. type(5.0)
  3. type("True")
  4. type(False)
  5.  
  6. print(type)
  7.  
  8.  
  9.  
Success #stdin #stdout 0.04s 9612KB
stdin
8
stdout
<class 'type'>