Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 12, 2020 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/eaa51004498d978f046853a2093212d8 to your computer and use it in GitHub Desktop.
Save parzibyte/eaa51004498d978f046853a2093212d8 to your computer and use it in GitHub Desktop.
def imprimirPalabra():
for letraCompuesta in palabraAdivinada:
if letraCompuesta["adivinada"]:
print(letraCompuesta["letra"], end="")
else:
print("-", end="")
print("")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment