easy python code pls hurry asap (only use basic stuff)
Using a true/false format, make a 4 question quiz, where the user can type in “True” or “False” for their answers. Accept True and true or False and false as valid answers. Anything that is not one of those 4 words is automatically incorrect.
After each question, inform the user whether they got the answer right or wrong (correct or incorrect).
You will need to not only report whether each question is right or wrong, but also keep track of their score throughout the program. At the end of the 4 questions quiz, output the score in percent to the user so they know how well they did.