RosettaCodeData/Task/Zig-zag-matrix/Python/zig-zag-matrix-3.py

6 lines
105 B
Python
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
[[0, 1, 5, 6, 14],
[2, 4, 7, 13, 15],
[3, 8, 12, 16, 21],
[9, 11, 17, 20, 22],
[10, 18, 19, 23, 24]]