Open Issues Need Help
View All on GitHubAI 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.
The purpose is to gain experience with real-world collaboration using Git.
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.
The purpose is to gain experience with real-world collaboration using Git.