Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 23, 2020 21:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save parzibyte/3ee92df906e016dd021a4af40d2f8986 to your computer and use it in GitHub Desktop.
def funcion_que_devuelve_clave(juego):
# Vamos a ordenar basándonos en su calificación, y como se nos
# va a pasar un diccionario, devolvemos el elemento "calificacion"
return juego["calificacion"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment