fork download
  1. a=123456
  2. print(type(a))
Success #stdin #stdout 0.03s 9300KB
stdin
Standard input is empty
stdout
<class 'int'>