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