Posts by Helio Ferreira da Silva Junior • 13 points
1 post
-
1
votes1
answer215
viewsQ: Replace letter by position
I’m doing a simple python hangman game and I’d like to know if you can replace it by the letter position. Type I want at position 1 '*' to be replaced by the letter I want. Code: palavra_secreta =…