D) Create a program that will read a text file with the answers to 10 multiple-choice questions and compare them to the correct answers stored in a tuple. correct answers:...



D) Create a program that will read a text file with the answers to 10 multiple-choice questions and compare them to the correct answers stored in a tuple. correct answers: 'A','B','C','D','D','C','B','A','A','C'


After the answers have been read from the file, the program should display a message indicating whether the answer stored on the file was correct or not. If the answer was was incorrect, display the correct answer.  The program should display the total number of correct and incorrect answers, followed by a message of "Good job!" if the file has 8 or more correct answers.


PYTHON



Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here