for e.g
w_list=[ 'btrekl', 'whrhio', 'aehjpk', 'pfdsmj']
The word to be search is let's say: word='the' and it is situated in the grid starting from 1 to line 3 in the second column
Any ideas how to search vertically for words?I was thinking to transform the grid into an array and then transpose the array and continue to search horizontally but in Python I don't know if it is possible.Thank you in advance.
This post has been edited by Simown: 05 December 2012 - 04:58 AM
Reason for edit:: Fixed code tags

New Topic/Question
Reply



MultiQuote





|