fork download
  1. a=[[1,2],[3,4]]
  2. print(a[0][1])
Success #stdin #stdout 0.03s 9276KB
stdin
Standard input is empty
stdout
2