fork(1) download
  1. x = [1,2,3]
  2. print (type(x) == list)
Success #stdin #stdout 0.03s 9628KB
stdin
Standard input is empty
stdout
True