AP Computer Science Principles | Quiz Using Python

After making this quiz, I learned many basic functions and tools I can use in the future when coding in Python (and other languages). The code allows my quiz to take questions and answers from a separate text file, and puts it the quiz. The correct answers are taken from the code itself, instead of the separate document, so the quiz is very limited.

Before the quiz, I also worked on a “guess the number” and “guess the word” game, but the quiz is my most successful code yet.