fork download
  1. a=98
  2. print(type(a))
  3.  
Success #stdin #stdout 0.1s 14024KB
stdin
Standard input is empty
stdout
<class 'int'>