Posts by gui_lls • 53 points
1 post
-
5
votes4
answers5739
viewsQ: How to separate the letters of a string that are inserted into a list and place them in an array?
I have a list with the word "test", arranged in such a way: ['teste','teste','teste','teste','teste'] I would like to turn this list into a matrix, in which the letters are separated from each…