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