Raspberry pie LED guessing game Python 3
Budget: $10 – $30 USD
PYTHON 3.
Write a program for the number guessing game. The program should randomly generate a number between 0 and 100, and ask the user to guess the number. The user will enter a guess using the keyboard and the program with signal if the guess is too high, too low, or correct by blinking different LED lights: red LED if too high, yellow LED if too low, and green LED if correct. The program should loop until the user guesses correctly or requests to stop the program.
Write a program for the number guessing game. The program should randomly generate a number between 0 and 100, and ask the user to guess the number. The user will enter a guess using the keyboard and the program with signal if the guess is too high, too low, or correct by blinking different LED lights: red LED if too high, yellow LED if too low, and green LED if correct. The program should loop until the user guesses correctly or requests to stop the program.