Question: Your lab submission should consist of a single Python file, Lab3.py, uploaded to the Lab 3 dropbox. The Lab3.py file should meet all of the
Your lab submission should consist of a single Python file, Lab3.py, uploaded to the Lab 3 dropbox. The Lab3.py file should meet all of the following requirements:
- A comment at the top with a brief description of the program, including Input List and Output List.
- Your name given as the author.
- Full pseudocode included in comments.
- The program must have at least one input and at least one output.
- It must have at least two decision structures (If statements). One decision structure with multiple "Else If" cases is considered 1 decision structure.
- It must be organized into separate modules: one module for input, one module for output, and one module for each separate calculation or action in the program. Each module should be "cohesive", performing only 1 task.
- Use parameters and arguments to pass values into your modules (don't use global variables).
- The Python code should run correctly, and the logic should match your pseudocode.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
