This document contains the functionality for each file and function.
This project aims to apply the following functionalities:
- Create functions.
- Call functions with parameters.
- Call functions from other functions (function composition).
- Create and use a module.
- Test the functions of a module.
- Build console-based user interfaces.
The calculadora_aws.py file contains a function for each requirement. The files that contain the word "consola" individually execute each functionality of the file calculadora_aws.py interacting with the user with messages, inputs and responses through the console.