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