Hello | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello

Hi guys, can you help me out with this code? I want to return a string of numbers of rows and columns of each letter : https://code.sololearn.com/cAL0rn0651Oq/#py

16th Jul 2020, 11:40 PM
A. Essabbere
A. Essabbere - avatar
2 Answers
0
For example : Ch= MYSTERY Matrix : [[M,Y,S,T,E],[R,Y,A,B,C],[D,F,G,H,I],[JKLNO]....... M:11 Y:21 G:33 ..... Main_function(MYG) returns '112133'
17th Jul 2020, 3:23 AM
A. Essabbere
A. Essabbere - avatar
17th Jul 2020, 4:41 PM
A. Essabbere
A. Essabbere - avatar