Question: make a python programming,please Instructions Write a simple quiz program that asks five questions, and keeps score of the number of correct answers. At the
Instructions Write a simple quiz program that asks five questions, and keeps score of the number of correct answers. At the end of the quiz, print out the user's score with an appropriate message as follows if the user answers the question comecty, print out a-comecr message and add one to the total score If the user answers the question incorrectly, print out an "incorrect" message (do not update the total score) Allow BOTH upper and lower-case answers After all 5 questions have been answered, print one of the following messages based on the final score o Score of 0, 1, 2 "Better luck next time Score of 3, 4 "Not bad. Try again soonl o Score of 5 "Awesomel You rock NOTE: Please use the IF/Then/Else construct for each condition. Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
