fork download
  1. a=[[1,2],[3,4],[8,9]]
  2. print(a[1][1])
Success #stdin #stdout 0.1s 14120KB
stdin
Standard input is empty
stdout
4