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
2 ответов
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'
0
this works
https://code.sololearn.com/cAL0rn0651Oq/#py