fork download
  1. print(type(0), type(0L))
Success #stdin #stdout 0s 23296KB
stdin
Standard input is empty
stdout
(<type 'int'>, <type 'long'>)