Skip to content

This exercise is an exam model where we integrate almost all the concepts we've been practicing in previous repos, like arrays, matrix (bidimensional), sorting, searching, max value and min value algorithms, etc. I'm a Python newbie so I'm very proud of the result. I'm enjoying the Python's learning process. It's being fun :)

Notifications You must be signed in to change notification settings

lucasvegalv/Python_ExamModelExercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Python_ExamModelExercise

Instructions:

Una empresa desea registrar las ventas realizadas de cada uno de sus 20 productos a lo largo del año. Los productos están identificados por un código numérico correlativo del 1 al 20.

Como primera información se ingresa el precio unitario de cada uno de los productos. Luego por cada venta se ingresa:

• Código de producto • Día de venta • Mes de venta • Cantidad de unidades vendidas

El ingreso de datos finaliza con un código de producto igual a 0. Informar:

• a. El detalle de unidades vendidas de cada producto en cada uno de los 12 meses • b. El producto con el cual se obtuvo la mayor recaudación. • c. El trimestre de menor recaudación del año.

About

This exercise is an exam model where we integrate almost all the concepts we've been practicing in previous repos, like arrays, matrix (bidimensional), sorting, searching, max value and min value algorithms, etc. I'm a Python newbie so I'm very proud of the result. I'm enjoying the Python's learning process. It's being fun :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages