Imagine i have a array like this
[(1,2,3), (4,5,6), (7,8,9),])
How i search for values diagonally using python?
Diagonally strategy = 1 then 2 then 4 then 3