You are required to produce a program which reads in, from the console (command line), ten quiz questions and ten correct answers, one correct answer for each question. Once you have added these questions to your program
You are required to design, implement and test a small console-based quiz in Python which performs the description…