fork download
  1. array = [[]]*7
  2. print(array)
Success #stdin #stdout 0.02s 9172KB
stdin
Standard input is empty
stdout
[[], [], [], [], [], [], []]