Question: PYTHON PROGRAMMING ONLY PLEASE NEED HELP In this assignment, you will create a simple module and create some tests for the module. 1. Pick name
PYTHON PROGRAMMING ONLY PLEASE NEED HELP
In this assignment, you will create a simple module and create some tests for the module.
1. Pick name for your module and create a directory for it.
2. Create two .py files in the module/package. Use your discretion for the names.
3. In each of the files in your package, create a function that takes some sort of input and returns some sort of output. The functions can be very simple.
4. Create a main.py file that imports the module and calls each of the functions.
5. Create a test.py file that tests each of the functions you made. Only one test case per function is needed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
