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