The purpose is to gain experience with real-world collaboration using Git.

2 Open Issues Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a function in Python (mms_game.py) to generate a random number of M&Ms between 100 and 200, inclusive, representing the initial number of candies in a jar for a guessing game. The generated number should be stored in a variable for later use in the game.

Complexity: 2/5
enhancement good first issue

The purpose is to gain experience with real-world collaboration using Git.

Python

AI Summary: Modify the M&Ms guessing game in `mms_game.py` to allow the user to input their guess via the terminal using the `input()` function. The input should be converted to an integer and stored in a variable. Assume valid numerical input for now; input validation is not required in this step.

Complexity: 2/5
enhancement good first issue

The purpose is to gain experience with real-world collaboration using Git.

Python