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