Kattis Encoded Message Solution in Python 3.
If you want to look at the question of encoded message on kattis click on this Kattis Encoded Message.
How did I Solve it?
I have stored each row in reverse so that it will store the words in the column continuously. Then I printed the encoded message going through the column continuously.
The code for the encoded message of kattis in python 3 is given below.
Nicely written la. :P
ReplyDeleteThank you Sonam la...
Delete