Question: Python project (could be any thing as long as these requirements are included) Requirements: 1. It must contain a sentinel loop. Your easiest implementation of
Python project (could be any thing as long as these requirements are included)
Requirements:
1. It must contain a sentinel loop.
Your easiest implementation of this is to query the user for another round [Y | N]
see: https://users.cs.fiu.edu/~downeyt/cop2210/loops.html
2. It must utilize input from the user, and it must output information to the user (if you implemented a sentinel loop this should be taken care of).
3. It must implement one or more decisions as if statements (if you implemented a sentinel loop this should be taken care of).
4. It must store and access data in variables (beyond the sentinel variable).
5. It must utilize one or more tuples, lists, dictionaries, or arrays (this can count towards #4)
6. It must contain and utilize a function you create
7. It must have a desk check to accompany any looping structures
8. It must have at least a basic flow chart for the overall program
9. It must be properly commented
Remember the basic conventions and rules of thumb
1 Always give a basic explanation of a function just above the function declaration.
2 Always give a basic explanation of the program at the top of the program.
a. This must include your name
b. The current state of the program (fished, unfinished, etc.)
c. Last time the code was worked on
3. If you think a new program might wonder if your mentally challenged, explain things in a comment
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
