Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 23, 2022 01:50
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/3d07c3b75a72d8c27eef759dc4e90fc0 to your computer and use it in GitHub Desktop.
Save parzibyte/3d07c3b75a72d8c27eef759dc4e90fc0 to your computer and use it in GitHub Desktop.
def imprimir_agenda():
contactos = obtener_agenda()
for nombre in contactos:
telefono = contactos[nombre]
print(f"{nombre} tiene el teléfono {telefono}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment