HeIp w/ this code
I wrote a program which tells me how many times words are found in the
column from top to bottom direction.
For eg.
STACK
OVER
FLOW
('STACK\OVER\FLOW', 'TVL') will return 1
So how do I change the code so it also search the words in bottom to top
direction.
No comments:
Post a Comment