fork download
  1. test = range(10)
  2. print(type(test))
Success #stdin #stdout 0.04s 9392KB
stdin
Standard input is empty
stdout
<class 'range'>