I have a word list contains in a text file; below I show an example:
place
lime
nest
land
I want to get an other file with the content below:
pl@ce
lim3
n3st
l@nd
This mean that:
- the letter
amust be transform in in the char@but in a word must be only 1 change soapartbecomesap@rtand not@p@rt. - the letter
emust be transform in in the number3
This is first time that I use stackoverflow so sorry for my writing and for my English.
I'm also new to coding (python) so I might not understand all the code very well.