Posts by NayKatt • 11 points
1 post
-
-2
votes2
answers63
viewsQ: How do I show the already used and wrong letters in the hangman game? and leave the word on the bar in maiscula?
print("#######################") print("# Jogo da forca #") print("#######################") def forca(x=0): if x==0: print(" _________") print(" | |") print(" | ") print(" | ") print(" | ") print("…