Guess the Number Game

This program is a guessing game where the user has to guess a number between 1 and 100 within a specific number of attempts. In this program we used the random module, conditional statements, user input and multiple outputs. This wasn’t the most difficult to code, the hardest part was linking all of it together to have it actually work.