Generation

generate functionSat, 22 Apr 2023

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

def menu(opciones): print('*****************************') print('*** Bienvenido a nuestro menu ***') print('*****************************') for opc in opciones: print(opc) print('Escribe tu opcion: ') opcion = input() return opcion

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