Drawer

Python Mini-Project: Math Quiz Game

Created a simple Python console math quiz game in which users can generate math questions, display those questions to the user, prompt them for their answers, and track the user's score to inform them of how well they did. Overall implemented value return methods, ifs for operator behaviors, raised exception, random.randint, error-monitoring loops, calculateAnswer,  generateQuestion, AccurateEnoughAnswer method and game loop user IO. 

Python Mini-Project: Math Quiz Game - image 1 - student project