Posts by Yasmin Yuriko • 23 points
1 post
-
1
votes2
answers1354
viewsQ: Swap lyrics of a Python phrase
I have a problem with my code, the letter is not being replaced. def troca(quero_trocar, trocar_por, frase): for letra in frase: if(letra == quero_trocar): letra = trocar_por return frase I tried to…
pythonasked Yasmin Yuriko 23