I need to change a character inside of a string in a list
ex
horizontal=2
across=2
List=['abcdefg',
'hijklmno',
'pqrstuv',]
I would want to change just one character like
the third character in the third string(but I don't know that the program will know using horizontal and across) to 'd'.
if you have further questions please ask