Assignment title: Information


Assignment Requirements You are required to design and implement two related programs:  "admin.py", a CLI program that allows the user to manage a list of multiple-choice questions which are stored in a text file. Develop this program before "quizbox.py".  "quizbox.py", a GUI program that uses the questions in the file to implement a multiplechoice quiz game for the user to play. Develop this program after "admin.py".