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 given below. ASSIGNMENT BRIEF: System Specification You are required to design, implement and test a small console-based quiz in Python which performs the description given below.

The quiz should ask the user(s) 10 questions. The quiz topic can be on any subject of your choice.

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 then need to extend the console (command line) interface so that it:

Asks the user their name

Runs through all questions of the quiz and keep a running score of the number of correctly questions answered;

Once the users has answered all the questions, the system should print out their score out of 10 as well as a percentage score on the screen;

The program should then prompt to ask if anybody else wants to take the quiz. It should then perform steps 1-4 again for the next user;

Once all the users have finished the quiz, the program displays:

The name of the user with the highest score (as well as other users’ score). The average score of all users.

You should make use of conditional statements, iterative statements, functions, data structures etc. in your program

Your program should suitably handle user errors (e.g., incorrect input type, such as empty answer or name etc.).

Your source code should include sufficient and correctly formatted comments.

You must have a "Readme.txt" file containing detailed instruction on how to use your system.

File must be in zip file. 

Suggestions for questions: What is capital of England? Who wrote "Romeo and Juliet"?

Which planet is known as the blue planet? etc.