Posts by belloniz • 51 points
1 post
-
5
votes3
answers1309
viewsQ: I want to change a string in 3 positions
I would like to walk 3 positions with a letter of a string, for example, make the letter A turn D, I tried the second command: texto[c] = texto[c] + 3 But it still doesn’t work, what would be the…