This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| import os | |
| def agenda(): #Este programa sirve para agregar,modificar,eliminar y consultar contactos de una agenda | |
| contactos = {} | |
| salir=True | |
| while(salir): | |
| print('Bienvenido A Mi Agenda\n') | |
| print(' 1.) Ver Contactos\n 2.) Agregar Contacto\n 3.) Buscar Contacto\n 4.) Modificar Contacto\n 5.) Eliminar Contacto\n 6.) Salir\n') | |