fork download
  1. arr = [2, 0, 2, 1, 1, 0]
  2. print(arr)
  3.  
Success #stdin #stdout 0.04s 63408KB
stdin
Standard input is empty
stdout
[2, 0, 2, 1, 1, 0]