Write a program in Python to display a message on the screen, prompt the user for information, make a decision, store data in a list, and loop. Record a short video demonstrating the execution of your program.
Your demonstration video must cover the following test cases:
At the first prompt, select the value 1. Guess 1 on your first attempt.
At the first prompt, select the value 1. Guess 0, then 2, then 1.
At the first prompt, select the value 10 and play the game the best you can.
At the first prompt, select the value 50 and play the game the best you can.
CSE 130 Lab 01: Guessing Game
BYU - Idaho