fork download
  1.  
  2.  
  3. print(type(int('4')))
Success #stdin #stdout 0.1s 14128KB
stdin
11
stdout
<class 'int'>