Generation

generate functionSat, 22 Apr 2023

crear un menu para ingresar clientes.py, provedores.py, stock.py y factura.py

def menu(): print('1. Ingresar Clientes') print('2. Ingresar Provedores') print('3. Ingresar Stock') print('4. Ingresar Factura') print('5. Salir') opcion =int(input('Escoja una opcion: '))

Want to kickstart your project?Use the new AI Studio to create your code