fork(1) download
  1. # your code goes here
  2. a=[[]*3]
  3. print(a)
Success #stdin #stdout 0.03s 9200KB
stdin
Standard input is empty
stdout
[[]]