Python Project: Completed
Piece together all components to produce the final application.
We'll cover the following...
Review of the chapter
In this chapter, we covered the following:
The comparison operators can be used to compare values (compare
user_answertocorrect_answerfor equality, in our case).The need for
if,elif, andelseto perform an action only when certain condition(s) are met.The convenience that the
whileloops bring when performing repetitive tasks.
Cheat sheet
Reviewing the project requirements
Once again, let’s look at the original product requirements, this time to appreciate how far we’ve come!
The remaining project requirements
We’ve covered most of the project requirements. We’re left with just three remaining requirements, as highlighted in green below:
Now, let’s fulfill these requirements one by one. Solutions are provided after each part. Give each part an attempt, and if you feel stuck, you may see the solution.