Use Python, please type.
A multiple-choice quiz with 5 questions. Each question has 4
possible answers labelled A, B, C and D.
After displaying the first question and the 4 possible answers,
the user is asked to enter their choice.
If their choice is correct, add 1 to the score, then
display the next question and its 4 possible answers.
At the end of the quiz, display their score out of
5, their score as a percentage, and if...