fork(1) download
  1. x = [1,2,3]
  2. print (type(x))
Success #stdin #stdout 0.03s 9616KB
stdin
Standard input is empty
stdout
<class 'list'>