Quiz Game

The project I worked on today was a quiz game. This program uses Python, and asks the user a set of questions. Depending on the answer, the program will either output, “Wrong! The correct answer was __” or “Correct!” Once the user answers the final question, the program will output their score. This program taught me how to use the .upper() function.

Leave a Reply

Your email address will not be published. Required fields are marked *