This is a beginner-friendly Python project designed to practice conditional statements, loops, and functions.
It comes with two versions:
- Single Player – test your multiplication skills against the computer.
- Two Players – compete with a friend to see who scores higher.
- Uses for loops to repeat quiz questions
- Checks answers with if/else conditionals
- Organized into functions for readability
- Tracks and displays scores
- Works right in the terminal – no extra libraries needed
- The computer asks 5 multiplication questions
- You enter your answers one by one
- For each correct answer, you score 1 point
- At the end, your final score is shown
- Both players take turns answering the same set of questions
- Each player’s score is tracked separately
- After all questions, the winner (or a tie) is announced