Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 12, 2020 01:47
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/b52898e1eca70fc5fe0d2b7be66f11a4 to your computer and use it in GitHub Desktop.
Save parzibyte/b52898e1eca70fc5fe0d2b7be66f11a4 to your computer and use it in GitHub Desktop.
def obtenerPalabra():
print("Jugar con: ")
grupos = obtenerGrupos()
indice = imprimirGruposYSolicitarIndice(grupos)
grupo = grupos[indice]
palabras = obtenerPalabrasDeGrupo(grupo)
return random.choice(palabras)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment